Update mail to use new mailinabox server #mail

This commit is contained in:
Colin Powell
2019-04-08 10:57:34 -04:00
parent bbb5593d78
commit d8565a3f3a
4 changed files with 91 additions and 42 deletions

View File

@ -31,3 +31,4 @@ local-config.diff
.tern-port .tern-port
.mypy_cache .mypy_cache
org-gcal org-gcal
.tool-versions

View File

@ -1,61 +1,107 @@
IMAPAccount proton IMAPAccount onec
Host 127.0.0.1 Host box.onec.me
User colin@onec.me User colin@onec.me
PassCmd "pass personal/protonmail/bridges/$HOSTNAME" PassCmd "pass personal/colin@onec.me"
Port 1143 SSLType IMAPS
SSLType none Port 993
AuthMechs PLAIN
IMAPStore proton-remote IMAPStore onec-remote
account proton account onec
MaildirStore proton-local MaildirStore onec-local
# trailing "/" is important # trailing "/" is important
Path ~/Mail/colin@onec.me/ Path ~/Mail/colin@onec.me/
Inbox ~/Mail/colin@onec.me/Inbox Inbox ~/Mail/colin@onec.me/Inbox
Trash ~/Mail/colin@onec.me/Trash Trash ~/Mail/colin@onec.me/Trash
SubFolders Verbatim SubFolders Verbatim
Channel proton-all-mail Channel onec-inbox
Master :proton-remote:"All Mail" Master :onec-remote:"Inbox"
Slave :proton-local:"All Mail" Slave :onec-local:Inbox
Create Both
Patterns *
SyncState *
Channel proton-inbox
Master :proton-remote:"Inbox"
Slave :proton-local:Inbox
Create Both Create Both
Expunge Both Expunge Both
Patterns * Patterns *
SyncState * SyncState *
Channel proton-archive Channel onec-archive
Master :proton-remote:"Archive" Master :onec-remote:"Archive"
Slave :proton-local:Archive Slave :onec-local:Archive
Create Both Create Both
Expunge Both Expunge Both
SyncState * SyncState *
Channel proton-sent Channel onec-sent
Master :proton-remote:"Sent" Master :onec-remote:"Sent"
Slave :proton-local:Sent Slave :onec-local:Sent
Create Both Create Both
Expunge Both Expunge Both
SyncState * SyncState *
Channel proton-trash Channel onec-trash
Master :proton-remote:"Trash" Master :onec-remote:"Trash"
Slave :proton-local:Trash Slave :onec-local:Trash
Create Both Create Both
Expunge Both Expunge Both
SyncState * SyncState *
Expunge Both Expunge Both
Group proton Group onec
Channel proton-inbox Channel onec-inbox
Channel proton-archive Channel onec-archive
Channel proton-sent Channel onec-sent
Channel proton-drafts Channel onec-drafts
Channel proton-trash Channel onec-trash
IMAPAccount timberwyck
Host box.onec.me
User colin@timberwyckfarm.com
PassCmd "pass personal/colin@onec.me"
SSLType IMAPS
Port 993
IMAPStore timberwyck-remote
account timberwyck
MaildirStore timberwyck-local
# trailing "/" is important
Path ~/Mail/colin@timberwyckfarm.com/
Inbox ~/Mail/colin@timberwyckfarm.com/Inbox
Trash ~/Mail/colin@timberwyckfarm.com/Trash
SubFolders Verbatim
Channel timberwyck-inbox
Master :timberwyck-remote:"Inbox"
Slave :timberwyck-local:Inbox
Create Both
Expunge Both
Patterns *
SyncState *
Channel timberwyck-archive
Master :timberwyck-remote:"Archive"
Slave :timberwyck-local:Archive
Create Both
Expunge Both
SyncState *
Channel timberwyck-sent
Master :timberwyck-remote:"Sent"
Slave :timberwyck-local:Sent
Create Both
Expunge Both
SyncState *
Channel timberwyck-trash
Master :timberwyck-remote:"Trash"
Slave :timberwyck-local:Trash
Create Both
Expunge Both
SyncState *
Expunge Both
Group timberwyck
Channel timberwyck-inbox
Channel timberwyck-archive
Channel timberwyck-sent
Channel timberwyck-drafts
Channel timberwyck-trash

View File

@ -1,12 +1,14 @@
defaults defaults
auth on auth on
tls on tls on
tls_certcheck off tls_fingerprint 72:9B:26:BC:91:8E:9A:9D:67:BA:79:4C:3B:B5:49:33:2E:DA:68:51
logfile ~/.msmtp.log logfile ~/.msmtp.log
account proton account onec
host 127.0.0.1 host box.onec.me
port 1025 port 587
from colin@onec.me from colin@onec.me
user colin@onec.me user colin@onec.me
passwordeval pass personal/protonmail/bridges/$HOSTNAME passwordeval pass personal/colin@onec.me
account default : onec