# $Id: deletemailrc.example,v 1.6 2005/01/24 15:24:40 holger Exp $ # # ~/.deletemailrc GLOBAL # default settings (optional, may be overriden for ACCOUNTs) ssl: yes # use SSL for secure IMAP connections days: 14 # delete mail which is older than two weeks ACCOUNT # Toms INBOX on the ISPs server host: imap.provider.com # IMAP server user: tom # username pass: h0lyPa55 # password ACCOUNT # Toms "spam" mailbox the ISPs server host: imap.provider.com # IMAP server user: tom # username pass: h0lyPa55 # password days: 31 # delete spam which is older than a month folder: spam # IMAP folder unseen: yes # delete unseen mail too (if older than a month) ACCOUNT # Toms "math" and "physics" mailboxes at university host: imap.university.edu # IMAP server user: tom # username pass: cRyp/t1C # password folder: math physics # IMAP folders ssl: starttls # use STARTTLS instead of SSL on connect