Moved the plain text message creation from smtp.c into the sasl module to allow for use by other modules such as pop3.
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.