]> granicus.if.org Git - neomutt/commit
Implement SASL's PLAIN mechanism as a standalone authenticator
authorPietro Cerutti <gahr@gahr.ch>
Tue, 15 Nov 2016 17:10:15 +0000 (17:10 +0000)
committerRichard Russon <rich@flatcap.org>
Thu, 19 Jan 2017 17:02:58 +0000 (17:02 +0000)
commit4bed3e86f7ed195503f22b30c2c896d7d3cef361
treef8688c2fea9ca70d9d8025208abac1301f853960
parent75cc383678ea0d2aac09364a281a3f32521dbadb
Implement SASL's PLAIN mechanism as a standalone authenticator

Closes: #232
Makefile.am
imap/Makefile.am
imap/auth.c
imap/auth.h
imap/auth_plain.c [new file with mode: 0644]
init.h
mutt_sasl_plain.c [new file with mode: 0644]
mutt_sasl_plain.h [new file with mode: 0644]
smtp.c