積丹尼 Dan Jacobson
2018-01-18 07:55:36 UTC
Boy you mailutils guys really really blew it, perhaps.
You never guessed that the username might need to contain a "@", and be
independent of the hostname.
$ mail --file imaps://***@jidanni.org:***@homie.mail.dreamhost.com
Cannot create mailbox imaps://***@jidanni.org:***@homie.mail.dreamhost.com: Invalid port or service specification
So you need to put a workaround into
(info "(mailutils) Remote Mailboxes")
To prove that this really works, this works fine:
$ tail .getmail/getmailrc
[retriever]
server=homie.mail.dreamhost.com
type=SimpleIMAPSSLRetriever
port=993
username=***@jidanni.org
password=MYPASS
More proof
https://help.dreamhost.com/hc/en-us/articles/215612887#Example_setup_using_a_secure_IMAP_connection
You never guessed that the username might need to contain a "@", and be
independent of the hostname.
$ mail --file imaps://***@jidanni.org:***@homie.mail.dreamhost.com
Cannot create mailbox imaps://***@jidanni.org:***@homie.mail.dreamhost.com: Invalid port or service specification
So you need to put a workaround into
(info "(mailutils) Remote Mailboxes")
To prove that this really works, this works fine:
$ tail .getmail/getmailrc
[retriever]
server=homie.mail.dreamhost.com
type=SimpleIMAPSSLRetriever
port=993
username=***@jidanni.org
password=MYPASS
More proof
https://help.dreamhost.com/hc/en-us/articles/215612887#Example_setup_using_a_secure_IMAP_connection