阅读645 返回首页    go iPhone_iPad_Mac_apple


iCloud configuration for mutt

I am trying to get mutt set up with iCloud. Mutt (version 1.5.21) works with different imap mail account just fine. I can't seem to get the settings right for iCloud's imap server. In my muttrc I have:

 

set folder="imaps://USERNAME@imap.mail.me.com/"

set spoolfile="imaps://USERNAME@imap.mail.me.com/INBOX"

 

It just hangs at login. Does someone have mutt working with iCloud's imap server? Could you post the relevant parts of your muttrc?



I was having the same issue, adding the following line to my muttrc solved it:

 

set imap_pipeline_depth=0

 

Now mutt hangs when it tries to disconnect from iCloud, but that's less of an issue. Credit to this thread: https://does-not-exist.org/mail-archives/mutt-dev/msg12918.html



I was having the same issue, adding the following line to my muttrc solved it:

 

set imap_pipeline_depth=0

 

Now mutt hangs when it tries to disconnect from iCloud, but that's less of an issue. Credit to this thread: https://does-not-exist.org/mail-archives/mutt-dev/msg12918.html



Perfect! Thanks!



This is absolutely wonderful. I have been working on a command-line-only laptop and have been stumped by this one issue with my iCloud email. Thanks for posting. If you ever figure out how to get mutt to exit gracefully, please post!



Gentlemen's, please can I have the entire muttrc configuration set up. I am trying to do the same but I am having issue in sending out e-mail. The getting e-mail works perfect. It's sending out email that I am having issue. So far this is my muttrc file:

 

## Receive options

set imap_user='justmyusername'

set imap_pass='justmypassword'

set folder=imaps://mail.me.com:993/

set spoolfile = +InboX

set postponed = +Drafts

set record = +Sent

 

 

## Send options

set my_user=justmyusername@me.com

set smtp_url=smtps://$my_user:$imap_pass@smtp.me.com

set realname='Just My Name'

set from=justmyusername@me.com

 

 

## Connection options

set ssl_force_tls = yes

set ssl_starttls = yes

 

 

## The magic line that makes it all work

set imap_pipeline_depth=0

 

 

## Add mailboxes

mailboxes =Inbox =Sent =Trash

 

 

 

Thank you so much and have a beautiful day.



The original question is four years old. I'm now using neomutt as the successor to mutt. I again cannot log into the iCloud using:

 

set folder="imaps://ID@me.com@imap.mail.me.com/"

set spoolfile="imaps://ID@me.com@imap.mail.me.com/INBOX"

.

.

.

set imap_pipeline_depth=0

 

What's a current configuration that works?

 

Mike



Good news - I figured this out - Apple is not allowing your 'usual' iCloud password to work with other IMAP clients. SO - a way to do this is log into your iCloud account - and set an _app-specific_ password. I did exactly that and BOOM I finally get Mutt past the SSL exchange and login!



最后更新:2017-09-21 05:33:09

  上一篇:go Contacts not syncing
  下一篇:go How to restore custom desktop to new iPhone 8+ ...