Since the AUTH token sometimes uses '=' instead of whitespace, don't use
2002-02-12 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c (smtp_helo): Since the AUTH token sometimes uses '=' instead of whitespace, don't use smtp_token_next here. svn path=/trunk/; revision=15688
This commit is contained in:

committed by
Jeffrey Stedfast

parent
54fca5162a
commit
5dafa97f0a
@ -1,3 +1,9 @@
|
||||
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* providers/smtp/camel-smtp-transport.c (smtp_helo): Since the
|
||||
AUTH token sometimes uses '=' instead of whitespace, don't use
|
||||
smtp_token_next here.
|
||||
|
||||
2002-02-09 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* providers/pop3/camel-pop3-engine.c (get_capabilities): Duh, when
|
||||
|
@ -862,7 +862,8 @@ smtp_helo (CamelSmtpTransport *transport, CamelException *ex)
|
||||
**/
|
||||
|
||||
/* parse for supported AUTH types */
|
||||
token = smtp_next_token (token);
|
||||
token += 5;
|
||||
|
||||
transport->authtypes = esmtp_get_authtypes (token);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user