Replies: 2 comments 2 replies
-
|
On the paper all looks good, so I'm no sure why iCloud does not let you authenticate properly. I recently acquired an old MacBook so I will be able to test properly Himalaya with iCloud. I will let you know. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you. With GMail, I get I went for the simple GMail configuration. I'm a bit surprised that it says "invalid credentials"... Here is my config: [accounts.gmail]
default = false
email = "my.name@gmail.com"
display-name = "My name"
downloads-dir = "/Users/dpo/Downloads"
backend.type = "imap"
backend.host = "imap.gmail.com"
backend.port = 993
backend.login = "my.name@gmail.com"
backend.encryption.type = "tls"
backend.auth.type = "password"
backend.auth.command = "pass show Email/my.name@gmail.com"
message.send.backend.type = "smtp"
message.send.backend.host = "smtp.gmail.com"
message.send.backend.port = 465
message.send.backend.login = "my.name@gmail.com"
message.send.backend.encryption.type = "tls"
message.send.backend.auth.type = "password"
message.send.backend.auth.command = "pass show Email/my.name@gmail.com" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to configure a GMail and an iCloud account. Trying to send a message with either fails. Here is an example output with the iCloud account:
I believe my account is confirgured as in the README:
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions