Remove UGent email account configuration
This commit is contained in:
parent
1dd5e8f092
commit
9b73bc787b
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"host": "outlook.office365.com",
|
|
||||||
"port": 993,
|
|
||||||
"tls": true,
|
|
||||||
"tlsOptions": {
|
|
||||||
"rejectUnauthorized": true
|
|
||||||
},
|
|
||||||
"username": "amin.kasrouaouam@ugent.be",
|
|
||||||
"passwordCmd": "/home/coolneng/.local/share/scripts/mutt_oauth2.py /home/coolneng/.cache/tokenfile",
|
|
||||||
"xoauth2": true,
|
|
||||||
"onNewMail": "~/.local/share/scripts/mail-sync ugent",
|
|
||||||
"boxes": [
|
|
||||||
"INBOX"
|
|
||||||
]
|
|
||||||
}
|
|
@ -4,7 +4,7 @@ Host imap.gmail.com
|
|||||||
User akasroua@gmail.com
|
User akasroua@gmail.com
|
||||||
AuthMechs LOGIN
|
AuthMechs LOGIN
|
||||||
PassCmd "pass mail/gmail"
|
PassCmd "pass mail/gmail"
|
||||||
SSLType IMAPS
|
TLSType IMAPS
|
||||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
IMAPStore gmail-remote
|
IMAPStore gmail-remote
|
||||||
@ -61,82 +61,12 @@ Channel sync-gmail-trash
|
|||||||
Channel sync-gmail-junk
|
Channel sync-gmail-junk
|
||||||
Channel sync-gmail-archive
|
Channel sync-gmail-archive
|
||||||
|
|
||||||
IMAPAccount ugent
|
|
||||||
Host outlook.office365.com
|
|
||||||
User amin.kasrouaouam@ugent.be
|
|
||||||
AuthMechs XOAUTH2
|
|
||||||
PassCmd "nix-shell -p python3 --command 'python /home/coolneng/.local/share/scripts/mutt_oauth2.py /home/coolneng/.cache/tokenfile'"
|
|
||||||
SSLType IMAPS
|
|
||||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
||||||
|
|
||||||
IMAPStore ugent-remote
|
|
||||||
Account ugent
|
|
||||||
|
|
||||||
MaildirStore ugent-local
|
|
||||||
Subfolders Verbatim
|
|
||||||
# The trailing "/" is important
|
|
||||||
Path ~/.mail/ugent/
|
|
||||||
Inbox ~/.mail/ugent/inbox/
|
|
||||||
|
|
||||||
Channel ugent-default
|
|
||||||
Far :ugent-remote:
|
|
||||||
Near :ugent-local:
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
|
|
||||||
Channel ugent-sent
|
|
||||||
Far :ugent-remote:"Sent Items"
|
|
||||||
Near :ugent-local:sent
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
|
|
||||||
Channel ugent-trash
|
|
||||||
Far :ugent-remote:"Deleted Items"
|
|
||||||
Near :ugent-local:trash
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
|
|
||||||
Channel ugent-archive
|
|
||||||
Far :ugent-remote:"Archive"
|
|
||||||
Near :ugent-local:archive
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
Channel ugent-junk
|
|
||||||
Far :ugent-remote:"Junk Email"
|
|
||||||
Near :ugent-local:junk
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
Channel ugent-mailing-lists
|
|
||||||
Far :ugent-remote:"Mailing Lists"
|
|
||||||
Near :ugent-local:mailing-lists
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
Group ugent
|
|
||||||
Channel ugent-default
|
|
||||||
Channel ugent-sent
|
|
||||||
Channel ugent-trash
|
|
||||||
Channel ugent-archive
|
|
||||||
Channel ugent-junk
|
|
||||||
Channel ugent-mailing-lists
|
|
||||||
|
|
||||||
IMAPAccount disroot
|
IMAPAccount disroot
|
||||||
Host disroot.org
|
Host disroot.org
|
||||||
User akasroua@disroot.org
|
User akasroua@disroot.org
|
||||||
AuthMechs LOGIN
|
AuthMechs LOGIN
|
||||||
PassCmd "pass mail/disroot"
|
PassCmd "pass mail/disroot"
|
||||||
SSLType IMAPS
|
TLSType IMAPS
|
||||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
IMAPStore disroot-remote
|
IMAPStore disroot-remote
|
||||||
|
@ -13,13 +13,6 @@ from akasroua@gmail.com
|
|||||||
user akasroua@gmail.com
|
user akasroua@gmail.com
|
||||||
passwordeval "pass mail/gmail"
|
passwordeval "pass mail/gmail"
|
||||||
|
|
||||||
account ugent
|
|
||||||
auth xoauth2
|
|
||||||
host smtp.office365.com
|
|
||||||
from amin.kasrouaouam@ugent.be
|
|
||||||
user amin.kasrouaouam@ugent.be
|
|
||||||
passwordeval "nix-shell -p python3 --command 'python /home/coolneng/.local/share/scripts/mutt_oauth2.py /home/coolneng/.cache/tokenfile'"
|
|
||||||
|
|
||||||
account disroot
|
account disroot
|
||||||
host disroot.org
|
host disroot.org
|
||||||
from akasroua@disroot.org
|
from akasroua@disroot.org
|
||||||
|
Loading…
Reference in New Issue
Block a user