From: "Samuel Banya" <sbanya@fastmail.com>
To: "Emanuel Berg" <help-gnu-emacs@gnu.org>
Subject: Question Regarding Config For Gnus With Fastmail
Date: Tue, 08 Feb 2022 12:11:21 -0500 [thread overview]
Message-ID: <88d24c18-099e-4288-bb36-cf3a9cb56a64@www.fastmail.com> (raw)
Hey there,
I wanted to do the deep dive to try out GNUS, but am encountering three weird things:
1. It prompts me for the 'IMAP' user, which I then put in as 'sbanya' since my email is 'sbanya@fastmail.com'.
Its weird since its defaulting to 'sam'.
2. When it prompts for the 'IMAP password', it shows me 'sbanya@fastmail' before prompting for the password, even though it probably should be 'sbanya@fastmail.com'.
3. Also, after I enter in the correct password and hit enter, I get the following message:
nnimap (fastmail) open error: 'NO Incorrect username or password.'. Continue? (y or n)
Here's my config for GNUS within my Emacs config:
** Add Gnus for personal email
#+begin_src emacs-lisp
(when (member (system-name) '("notestation" "fossastation"))
(setq
user-full-name "Samuel Banya"
user-mail-address "sbanya@fastmail.com"
send-mail-function 'smtpmail-send-it
smtpmail-smtp-server "smtp.fastmail.com"
smtpmail-stream-type 'starttls
smtpmail-smtp-service 587
gnus-select-method
'(nnimap "fastmail"
(nnimap-address "imap.fastmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)
(nnmail-expiry-wait immediate))))
#+end_src
Thanks,
Sam
next reply other threads:[~2022-02-08 17:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-08 17:11 Samuel Banya [this message]
2022-02-08 17:44 ` Question Regarding Config For Gnus With Fastmail Eric Abrahamsen
2022-02-09 10:41 ` 황병희
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=88d24c18-099e-4288-bb36-cf3a9cb56a64@www.fastmail.com \
--to=sbanya@fastmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.