aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-sasl-login.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'v7status'.v7statusnobody2001-10-251-61/+0
| | | | svn path=/tags/v7status/; revision=14069
* New files to handle the LOGIN SASL mechanism.Jeffrey Stedfast2001-04-021-0/+61
2001-04-01 Jeffrey Stedfast <fejj@ximian.com> * camel-sasl-login.[c,h]: New files to handle the LOGIN SASL mechanism. * camel-sasl-plain.c: Removed the definition of camel_sasl_login_authtype. * camel-sasl.c (camel_sasl_new): Oops. I thought LOGIN was an alias to PLAIN. I was wrong. These two SASL objects have to be separate. * providers/smtp/camel-smtp-transport.c (smtp_auth): Updated to check for and use authmech->quick_login when available. svn path=/trunk/; revision=9088