Started some much needed updating of the fleacollar code. Likely not usable yet.
This commit is contained in:
13
files/hotmail.template
Normal file
13
files/hotmail.template
Normal file
@ -0,0 +1,13 @@
|
||||
unset imap_passive
|
||||
unset record
|
||||
set imap_user=EMAIL_ADDRESS
|
||||
set smtp_url="smtp://EMAIL_ADDRESS@smtp-mail.outlook.com:587/
|
||||
set folder=imaps://EMAIL_ADDRESS@imap-mail.outlook.com/
|
||||
set ssl_force_tls=yes
|
||||
set spoolfile=+Inbox
|
||||
mailboxes = +Inbox
|
||||
set postponed=+Drafts
|
||||
set record=+Sent
|
||||
set imap_keepalive=300
|
||||
set mail_check=300
|
||||
bind editor <Tab> complete-query
|
Reference in New Issue
Block a user