blob: ffb70032e62996e8ccfd4956249b76ce4e9b667d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
set from = "raymaekers.luca@gmail.com"
set realname = "Raymaekers Luca"
set my_pass = "`pass keys/tokens/gmail/raymaekers.luca@gmail.com`"
# IMAP settings
set imap_user = "raymaekers.luca@gmail.com"
set imap_pass = $my_pass
# SMTP settings
set smtp_url = "smtps://raymaekers.luca@smtp.gmail.com"
set smtp_pass = $my_pass
# Remote Gmail folders
set folder = "imaps://imap.gmail.com/"
set spoolfile = "+INBOX"
set postponed = "+[Gmail]/Drafts"
set record = "+[Gmail]/Sent Mail"
set trash = "+[Gmail]/Trash"
|