summary refs log tree commit diff
path: root/mpop
diff options
context:
space:
mode:
authornoa2024-09-07 08:03:52 +0000
committernoa2024-09-07 08:03:52 +0000
commitb9a1cbafda2aaed36c8eca4f7b68aae583918561 (patch)
tree4a0ff7b1abcdfa8f0b94c44485e32d84cdffa1b5 /mpop
parent4d75f09ba0f3547ec451e2d3b72422d0822c0b6b (diff)
Add configurations to fossil repo
Diffstat (limited to 'mpop')
-rw-r--r--mpop/config19
1 files changed, 19 insertions, 0 deletions
diff --git a/mpop/config b/mpop/config
new file mode 100644
index 0000000..7a06291
--- /dev/null
+++ b/mpop/config
@@ -0,0 +1,19 @@
+defaults
+tls on
+tls_starttls off
+auth on
+port 995
+uidls_file ~/Documents/mail/mpop-uidls/%U_at_%H
+
+account noa.pub
+keep on
+host mail.noa.pub
+user noa@noa.pub
+delivery mbox ~/Documents/mail/inbox/noa.pub.mbox
+
+account gaiwan.org
+keep on
+host pop.fastmail.com
+user noa@gaiwan.org
+delivery mbox ~/Documents/mail/inbox/gaiwan.mbox
+passwordeval "cat ~/.mpop-pass"