Hello,
I am using Mutt on archlinux and I am going crazy because I just can't
understand its strange behaviour. Let me explain: I want to read mails
from Microsoft's free mail service Outlook.com (which replaced hotmail)
using the IMAP protocol. Since mutt has embedded support for IMAP, I
haven't installed an external program. The problem is that my mutt can't
keep an IMAP connexion for a longtime and I get a "mailbox closed"
message at the bottom after a random time. Very annoying. As I'm not a
native english speaker, I used to think that I did something wrong in my
.muttrc. So I decided to ask you for some advices. What can I do to
solve my problem ?

I have joined the content of my .muttrc with dummy address and password.
I really appreciate any help you can provide.

--
Aurélien Rivet,
M1 Informatique
Centre d'Enseignement et de Recherche en Informatique
Université d'Avignon et des Pays de Vaucluse





set imap_user="dummy"
set imap_pass=dummy

set alias_file = ~/.adressbook
source $alias_file
set realname = "Dummy"
set from = "dummy"
set use_from = yes
set editor=`echo \$EDITOR`
source ~/.mutt/mutt-colors-solarized-light-16colors.muttrc

set header_cache = ~/.mutt/headercache
set message_cachedir = "~/.mutt/messagecache"

set folder=imaps://$imap_user:$imap_p...@imap-mail.outlook.com:993/
set smtp_url = smtp://$imap_user:$imap_p...@smtp-mail.outlook.com:587/
set spoolfile = "+INBOX"
set postponed = "+Drafts"
set record = "+Sent Items"

set ssl_starttls = yes
set imap_passive = yes
set imap_keepalive = 300
set imap_idle

set signature=~/.signature

Reply via email to