2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-09 13:10:27 +00:00
steffen-dotfiles/.mbsyncrc

66 lines
1.3 KiB
Plaintext
Raw Normal View History

2017-03-19 13:19:28 +00:00
#################################
######## Account mailbox ########
#################################
IMAPAccount mailbox
Host imap.mailbox.org
User s.rademacker@mailbox.org
PassCmd "security find-internet-password -s 'imap.mailbox.org' -a 's.rademacker@mailbox.org' -w"
SSLType IMAPS
SSLVersions TLSv1.2
2024-07-11 10:09:38 +00:00
CertificateFile ~/Dotfiles/extras/certificates.crt
AuthMechs LOGIN
2017-03-19 13:19:28 +00:00
# Remote storage
IMAPStore mailbox-remote
Account mailbox
# Local storage
MaildirStore mailbox-local
Path ~/Mail/mailbox/
Inbox ~/Mail/mailbox/INBOX
Channel mailbox-inbox
2021-02-16 13:18:30 +00:00
Far :mailbox-remote:"INBOX"
Near :mailbox-local:INBOX
2017-03-19 13:19:28 +00:00
Create Both
Expunge Both
Channel mailbox-archive
2021-02-16 13:18:30 +00:00
Far :mailbox-remote:"Archiv"
Near :mailbox-local:archive
2017-03-19 13:19:28 +00:00
Create Both
Expunge Both
Channel mailbox-drafts
2021-02-16 13:18:30 +00:00
Far :mailbox-remote:"Entw&APw-rfe"
Near :mailbox-local:drafts
2017-03-19 13:19:28 +00:00
Create Both
Expunge Both
Channel mailbox-sent
2021-02-16 13:18:30 +00:00
Far :mailbox-remote:"Gesendete Objekte"
Near :mailbox-local:sent
2017-03-19 13:19:28 +00:00
Create Both
Expunge Both
Channel mailbox-trash
2021-02-16 13:18:30 +00:00
Far :mailbox-remote:"Papierkorb"
Near :mailbox-local:trash
2017-03-19 13:19:28 +00:00
Create Both
Expunge Both
Channel mailbox-junk
2021-02-16 13:18:30 +00:00
Far :mailbox-remote:"Spam"
Near :mailbox-local:junk
2017-03-19 13:19:28 +00:00
Create Both
Expunge Both
Group mailbox
Channel mailbox-inbox
Channel mailbox-archive
Channel mailbox-drafts
Channel mailbox-sent
Channel mailbox-trash
Channel mailbox-junk