Compare commits
No commits in common. "9b73bc787bb4b42a5c7f5dd10aacd32cee623151" and "c7f1c7ac6bea37ea5e94ceead686589e20f846b1" have entirely different histories.
9b73bc787b
...
c7f1c7ac6b
15
goimapnotify/.config/goimapnotify/ugent.conf
Normal file
15
goimapnotify/.config/goimapnotify/ugent.conf
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
TLSType IMAPS
|
SSLType IMAPS
|
||||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
IMAPStore gmail-remote
|
IMAPStore gmail-remote
|
||||||
@ -61,12 +61,82 @@ 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"
|
||||||
TLSType IMAPS
|
SSLType IMAPS
|
||||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
IMAPStore disroot-remote
|
IMAPStore disroot-remote
|
||||||
|
@ -13,6 +13,13 @@ 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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
host zion
|
host zion
|
||||||
user coolneng
|
user coolneng
|
||||||
hostname 192.168.128.2
|
hostname 192.168.13.2
|
||||||
port 22
|
port 22
|
||||||
identityfile ~/.ssh/zion
|
identityfile ~/.ssh/zion
|
||||||
|
|
||||||
|
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
-f bestvideo[height<=1080][vcodec=h264]+bestaudio/best
|
|
Loading…
Reference in New Issue
Block a user