123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- IMAPAccount unblink
- Host box.unbl.ink
- User colin@unbl.ink
- Pass "{{colin_unblink_email_pass}}"
- SSLType IMAPS
- Port 993
- IMAPStore unblink-remote
- account unblink
- MaildirStore unblink-local
- # trailing "/" is important
- Path ~/Mail/colin@unbl.ink/
- Inbox ~/Mail/colin@unbl.ink/INBOX
- Channel unblink-folders
- Far :unblink-remote:
- Near :unblink-local:
- Patterns "INBOX" "Drafts" "Archive" "Sent"
- Create Both
- Expunge Both
- SyncState *
- Group unblink
- Channel unblink-folders
- IMAPAccount castine
- Host box.castine.town
- User colin@castine.town
- Pass "{{colin_castine_email_pass}}"
- SSLType IMAPS
- Port 993
- IMAPStore castine-remote
- account castine
- MaildirStore castine-local
- # trailing "/" is important
- Path ~/Mail/colin@castine.town/
- Inbox ~/Mail/colin@castine.town/INBOX
- Trash Trash
- Channel castine-folders
- Far :castine-remote:
- Near :castine-local:
- Patterns "INBOX" "Drafts" "Archive" "Sent" "Trash"
- Create Both
- Expunge Both
- SyncState *
- Group castine
- Channel castine-folders
- IMAPAccount sdf
- Host mx.sdf.org
- User secstate
- Pass "{{secstate_sdf_email_pass}}"
- SSLType IMAPS
- Port 993
- IMAPStore sdf-remote
- account sdf
- MaildirStore sdf-local
- # trailing "/" is important
- Path ~/Mail/secstate@sdf.org/
- Inbox ~/Mail/secstate@sdf.org/INBOX
- Trash Trash
- Channel sdf-folders
- Far :sdf-remote:
- Near :sdf-local:
- Patterns "INBOX" "Drafts" "Sent"
- Create Both
- Expunge Both
- SyncState *
- Group sdf
- Channel sdf-folders
- IMAPAccount 15five
- Host imap.gmail.com
- User colin.powell@15five.com
- Pass "{{colin_powell_15five_email_pass}}"
- SSLType IMAPS
- CertificateFile /usr/local/share/certs/ca-root-nss.crt
- Port 993
- IMAPStore 15five-remote
- Account 15five
- MaildirStore 15five-local
- SubFolders Legacy
- Path ~/Mail/colin.powell@15five.com/
- Inbox ~/Mail/colin.powell@15five.com/INBOX
- Channel 15five-default
- Far :15five-remote:
- Near :15five-local:
- Patterns * ![Gmail]*
- Create Both
- SyncState *
- Channel 15five-sent
- Far :15five-remote:"[Gmail]/Sent Mail"
- Near :15five-local:Sent
- Create Near
- Sync Pull
- Group 15five
- Channel 15five-default
- Channel 15five-sent
|