Coder Social home page Coder Social logo

amt's Introduction

Adam's Mail Tools

This is a collection of tools I use for processing my mail.

amt_fetchmail.py

This processes messages on a remote IMAP server.

It is similar to fetchmail/getmail/others. The main advantage is that it allows custom classification logic, and it can then deliver messages both to remote IMAP folders and to local folders based on the results of classification. The classification logic can be arbitrary python code.

I have tested this mostly against Exchange servers. It avoids bugs in Exchange's IMAP handling that I have run into in the past with fetchmail.

amt_classify.py

This script is useful for debugging your mail classification logic. It can be run on a single message from an mbox folder, and it will print the tags that would be applied.

amt_urlview.py

This is a script which can be used as a helper program for mutt. It is similar to urlview, but allows custom logic for determining which URLs to display. It also supports automatically figuring out the URL you want to go to for given message types, and directly going there instead of prompting you which URL you want to use.

amt_prune.py

This script can be used to prune old messages from IMAP folders. In my case, I have amt_fetchmail.py save all messages to a backup folder before processing them. amt_prune.py is useful for periodically cleaning up this backup folder.

amt_ldap.py

This script can query address information from an LDAP server. It can be used as a query_command setting for mutt.

amt's People

Contributors

simpkins avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.