aboutsummaryrefslogtreecommitdiffstats
path: root/.offlineimaprc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-01-27 07:14:16 +0000
committerterminaldweller <thabogre@gmail.com>2022-01-27 07:14:16 +0000
commitb6e3c49e63324eddd2e56fa7e918821e7a497d33 (patch)
tree632318e6576e8c8ffeee11c9bae7f7a65a27c181 /.offlineimaprc
parentupdates (diff)
downloadscripts-b6e3c49e63324eddd2e56fa7e918821e7a497d33.tar.gz
scripts-b6e3c49e63324eddd2e56fa7e918821e7a497d33.zip
updates
Diffstat (limited to '')
-rw-r--r--.offlineimaprc36
1 files changed, 36 insertions, 0 deletions
diff --git a/.offlineimaprc b/.offlineimaprc
new file mode 100644
index 0000000..1fb188e
--- /dev/null
+++ b/.offlineimaprc
@@ -0,0 +1,36 @@
+[general]
+ui = ttyui
+accounts = gmail.com,terminaldweller.com
+
+[Account gmail.com]
+localrepository = gmail.com-local
+remoterepository = gmail.com-remote
+
+[Repository gmail.com-local]
+type = Maildir
+localfolders = ~/Mail/gmail.com
+restoreatime = no
+
+[Repository gmail.com-remote]
+type = IMAP
+remoteuser = thabogre@gmail.com
+remotepass =
+remotehost = gmail.com
+ssl = yes
+sslcacertfile = /etc/ssl/certs/ca-certificates.crt
+
+[Accounts terminaldweller.com]
+localrepository = terminaldweller.com-local
+remoterepository = terminaldweller.com-remote
+
+[Repository terminaldweller.com-local]
+type = Maildir
+localfolders = ~/Mail/terminaldweller.com
+restoreatime = no
+
+[Repository terminaldweller.com-remote]
+type = IMAP
+remoteuser = devi@terminaldweller.com
+remotepass =
+remotehost = mail.terminaldweller.com
+remoteport = 993