]> git.eshelyaron.com Git - emacs.git/commit
Fix long credentials when using auth in nnimap.el
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Jul 2019 23:31:12 +0000 (01:31 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Jul 2019 23:31:24 +0000 (01:31 +0200)
commit99e8d6fc26a163001c3a7ccf6786e1c4ecc5788e
tree6528230aef1117ceb4c2ddb22ffbeda1f420e525
parent655fe3fe0de92ace4a97dd3c478c3683b163e132
Fix long credentials when using auth in nnimap.el

* lisp/gnus/nnimap.el (nnimap-login): When base64-ing
credentials, don't let bsae64-encode-string split the result into
several lines, because servers do not understand that (bug#34458).
lisp/gnus/nnimap.el