Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-31 | sasl: Moved login authentication message creation from smtp.c | Steve Holme | |
Moved the login message creation from smtp.c into the sasl module to allow for use by other modules such as pop3. | |||
2012-05-30 | sasl: Moved plain text authentication message creation from smtp.c | Steve Holme | |
Moved the plain text message creation from smtp.c into the sasl module to allow for use by other modules such as pop3. | |||
2012-05-25 | sasl: Re-factored auth-mechanism constants to be more generic | Steve Holme | |
2012-05-25 | smtp: Moved auth-mechanism constants into a separate header file | Steve Holme | |
Move the SMTP_AUTH constants into a separate header file in preparation for adding SASL based authentication to POP3 as the two protocols will need to share them. |