From: 황병희 <soyeomul@doraji.xyz>
To: help-gnu-emacs@gnu.org
Subject: Re: Question Regarding Config For Gnus With Fastmail
Date: Wed, 09 Feb 2022 19:41:11 +0900 [thread overview]
Message-ID: <xhmh798iapk.fsf@betla> (raw)
In-Reply-To: <88d24c18-099e-4288-bb36-cf3a9cb56a64@www.fastmail.com> (Samuel Banya's message of "Tue, 08 Feb 2022 12:11:21 -0500")
"Samuel Banya" <sbanya@fastmail.com> writes:
> 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
To be honest,
i don't know emacs lisp, however i like very so much Gnus,only Gnus!
There are many case:
1. gnus-select-method vs gnus-secondary-select-methods
2. using ~/.gnus instead of ~/.emacs
3. check ~/.authinfo in very detail...
Also i attach real running Gnus file in South Korea.
https://gitlab.com/soyeomul/test/-/commit/c77c6af67d07f93b9cafc405accc34d4914a9645
May the Gnus be with you!
Sincerely, Gnus fan Byung-Hee
prev parent reply other threads:[~2022-02-09 10:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-08 17:11 Question Regarding Config For Gnus With Fastmail Samuel Banya
2022-02-08 17:44 ` Eric Abrahamsen
2022-02-09 10:41 ` 황병희 [this message]
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=xhmh798iapk.fsf@betla \
--to=soyeomul@doraji.xyz \
--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.