diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-26 04:02:33 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-26 04:02:33 +0800 |
commit | 6c0fded334bf9c7a2b7142cae6ee372afe2026be (patch) | |
tree | d7f04a4c7af742c1e9c2a1823a8182011134848a /camel/ChangeLog | |
parent | 95b711c4cdf8e35b91918841e2ed76a193829315 (diff) | |
download | gsoc2013-evolution-6c0fded334bf9c7a2b7142cae6ee372afe2026be.tar.gz gsoc2013-evolution-6c0fded334bf9c7a2b7142cae6ee372afe2026be.tar.zst gsoc2013-evolution-6c0fded334bf9c7a2b7142cae6ee372afe2026be.zip |
Don't put a space between the "RCPT TO:" and the "<recipient>" strings -
2002-04-25 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_rcpt): Don't put a
space between the "RCPT TO:" and the "<recipient>" strings -
rfc0821 was not clear on this but it seems rfc2821 defines a
grammar excluding that SP.
(smtp_mail): Same.
svn path=/trunk/; revision=16588
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 207b49cfe0..93e331f462 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2002-04-25 Jeffrey Stedfast <fejj@ximian.com> + + * providers/smtp/camel-smtp-transport.c (smtp_rcpt): Don't put a + space between the "RCPT TO:" and the "<recipient>" strings - + rfc0821 was not clear on this but it seems rfc2821 defines a + grammar excluding that SP. + (smtp_mail): Same. + 2002-04-24 Jeffrey Stedfast <fejj@ximian.com> * providers/local/camel-local-provider.c |