aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.mbsyncrc44
-rw-r--r--.msmtprc20
2 files changed, 64 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc
new file mode 100644
index 0000000..0a97289
--- /dev/null
+++ b/.mbsyncrc
@@ -0,0 +1,44 @@
+IMAPStore gmail-remote
+Host imap.gmail.com
+AuthMechs LOGIN
+User justinesmithies@gmail.com
+PassCmd "pass Email/justinesmithies@gmail.com/app-password"
+#TLSType IMAPS
+SSLType IMAPS
+SSLVersions TLSv1.2
+
+MaildirStore gmail-local
+Path ~/.mail/gmail/
+Inbox ~/.mail/gmail/INBOX
+Subfolders Verbatim
+
+Channel gmail
+Far :gmail-remote:
+Near :gmail-local:
+Expunge Both
+Create Both
+Remove Both
+Patterns * !"[Gmail]/All Mail" !"[Gmail]/Important" !"[Gmail]/Starred"
+SyncState *
+
+IMAPStore fastmail-remote
+Host imap.fastmail.com
+Port 993
+User justine@smithies.me.uk
+PassCmd "pass Email/Smithies/app-password"
+SSLType IMAPS
+SSLVersions TLSv1.2
+
+MaildirStore fastmail-local
+Path ~/.mail/Fastmail/
+Inbox ~/.mail/Fastmail/Inbox/
+SubFolders Verbatim
+
+Channel fastmail
+Far :fastmail-remote:
+Near :fastmail-local:
+Patterns *
+Expunge Both
+Create Both
+Remove Both
+SyncState *
diff --git a/.msmtprc b/.msmtprc
new file mode 100644
index 0000000..088b113
--- /dev/null
+++ b/.msmtprc
@@ -0,0 +1,20 @@
+defaults
+tls on
+
+account gmail
+auth on
+host smtp.gmail.com
+port 587
+user justinesmithies@gmail.com
+from justinesmithies@gmail.com
+passwordeval "pass Email/justinesmithies@gmail.com/app-password"
+
+account fastmail
+auth on
+host smtp.fastmail.com
+port 587
+user justine@smithies.me.uk
+from justine@smithies.me.uk
+passwordeval "pass Email/Smithies/app-password"
+
+account default: fastmail