Gnus development mailing list
 help / color / mirror / Atom feed
From: soyeomul@doraji.xyz (황병희)
To: The Gnus <ding@gnus.org>
Subject: Re: Gnus imap plain authentication
Date: Mon, 14 Sep 2020 21:02:09 +0900	[thread overview]
Message-ID: <yw9jcmxvplw.fsf@vtylw.birch.chromebook> (raw)
In-Reply-To: <87imcghebt.fsf@fedora.osfans.org> (Kevin Shell's message of "Mon, 14 Sep 2020 17:56:06 +0800")

Kevin Shell <kshell@gmx.com> writes:

> Hello list.
>
> If imap server has no SASL-IR capability(imap.yandex.com),
> Gnus with PLAIN authentication fails.
> It seems that Gnus always sends: <tag> AUTHENTICATE PLAIN <base64code>
> in one command.
> But if imap server with no SASL-IR capability, Gnus authenticates fails.
> In this case Gnus should sends with two commands.
>  <tag> AUTHENTICATE PLAIN
>  +
>  <base64code>
> Gnus does not implement this case.

[sorry for another comments]

Well i don't know detail in technical. However also i use
imap.yandex.com with <soyeomul@vladivostok.yw.doraji.xyz>.

#+BEGIN_SRC: emacs lisp
(add-to-list 'gnus-secondary-select-methods
	     '(nnimap "vladivostok"
		      (nnimap-address "imap.yandex.com")
		      (nnimap-server-port "imaps")
		      (nnimap-stream ssl)))
#+END_SRC

Above is quoting from my ~/.gnus. If you have some problem to login, try
to login again via web. Then Gnus can login to yandex without trouble.

Sincerely, Gnus fan Byung-Hee

-- 
^고맙습니다 _白衣從軍_ 감사합니다_^))//


      reply	other threads:[~2020-09-14 12:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-14  9:56 Kevin Shell
2020-09-14 12:02 ` 황병희 [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=yw9jcmxvplw.fsf@vtylw.birch.chromebook \
    --to=soyeomul@doraji.xyz \
    --cc=ding@gnus.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).