Toolbox for implementing GTD-like behaviours in your IMAP inboxToolbox for implementing GTD-like behaviours in your IMAP inbox.
Examples:
- "Tickler" file email rotation from DELAYED.07 to DELAYED.06 etc. Mail from DELAYED.01 is moved to your main inbox. Use this to "put off" emails until a day they are important. To be run daily from cron(8): - $ tickle-me-email rotate Inbox.Mail.DELAYED.%02d 1 7 INBOX 
- Single-folder version of the above to move email for "after" work into your main inbox. Use this when you receive a non-work email during the day. To be run at, say, 6:15pm from cron(8): - $ tickle-me-email move Inbox.Mail.DELAYED.18h15 INBOX 
- Send draft emails queued in the LATER.Evening, moving them to Sent Items if successful. Use this to avoid getting replies "too" quickly. To be run at, say, 6:15pm from cron(8): - $ tickle-me-email send-later INBOX.Mail.LATER.Evening "INBOX.Sent Items" 
- List all email inboxes. Use this to find out the "internal" names of your IMAP inbox: - $ tickle-me-email list 
- Send a "TODO" email to yourself: - $ tickle-me-email todo "Empty recycle bin" 
