git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] imap-send: fixes for CRAM-MD5 authentication
@ 2016-04-08 14:02 Kazuki Yamaguchi
  2016-04-09  6:29 ` Hitoshi Mitake
  0 siblings, 1 reply; 2+ messages in thread
From: Kazuki Yamaguchi @ 2016-04-08 14:02 UTC (permalink / raw)
  To: git; +Cc: Hitoshi Mitake

[1/2]
Check for LOGINDISABLED capability only when using LOGIN command, as it
is unrelated to authentication with CRAM-MD5.

[2/2]
Remove extra + 1, which is probably mistakenly added. Without this patch
I can't open my IMAP server (Dovecot 2.2).

Thanks,

Kazuki Yamaguchi (2):
  imap-send: check for NOLOGIN capability only when using LOGIN command
  imap-send: fix CRAM-MD5 response calculation

 imap-send.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.8.1.104.g07d5700.dirty

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-09  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08 14:02 [PATCH 0/2] imap-send: fixes for CRAM-MD5 authentication Kazuki Yamaguchi
2016-04-09  6:29 ` Hitoshi Mitake

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).