19 if (lines ==
null || lines.Length == 0)
static LineInfo Send(SmtpConnection conn, string message)
static LineInfo EndSend(IAsyncResult result)
static LineInfo CheckResponse(LineInfo[] lines)
static void PrepareCommand(SmtpConnection conn, string message)
static IAsyncResult BeginSend(SmtpConnection conn, string message, AsyncCallback callback, object state)
static IAsyncResult BeginSend(SmtpConnection conn, string type, string message, AsyncCallback callback, object state)
static LineInfo Send(SmtpConnection conn, string type, string message)
static void PrepareCommand(SmtpConnection conn, string type, string message)
static LineInfo[] EndSend(IAsyncResult result)
static IAsyncResult BeginSend(SmtpConnection conn, AsyncCallback callback, object state)
static LineInfo[] Send(SmtpConnection conn)
static readonly byte[] CRLF
static readonly byte[] Auth
BufferBuilder BufferBuilder
static string SmtpAuthResponseInvalid