-
Maybe RFC-822 (previous version of RFC-2822) allowed spaces in display names, but I'm not sure, as I didn't have a look at it since a while now.
If this is the case, mail parsers should continue to understand such obsolete constructions, but an RFC-2822-compliant generator (like VMime) should not generate these anymore.
2009-11-09 20:35:13 UTC in VMime
-
Hi,
Here is a more complete excerpt from section 3.4 of RFC-2822:
mailbox = name-addr / addr-spec
name-addr = [display-name] angle-addr
angle-addr = [CFWS] "" [CFWS] / obs-angle-addr
display-name = phrase
word = atom / quoted-string
phrase = 1*word / obs-phrase
CFWS...
2009-11-09 20:00:52 UTC in VMime
-
Hello!
Actually, using spaces for a mailbox name in "From" is forbidden unless it is either encoded (eg. QP) or... quoted. I admit in this case, the name should be quoted, encoding is useless.
I will have a look at this, thanks!
Vincent.
2009-11-09 18:43:46 UTC in VMime
-
Actually, this is a patch for 0.9.1-svn, the version currently in development (which can be checked out from the SVN respository).
2009-11-04 18:28:07 UTC in VMime
-
Sorry Daniel, the correct link is:
[http://www.vmime.org/download/patches/vmime-20091103-posixfileeof.patch][1]
[1]: http://www.vmime.org/download/patches/vmime-20091103-posixfileeof.patch.
2009-11-04 14:29:52 UTC in VMime
-
Hello!
Fixed it today, file name is automatically detected from file path.
Best regards,
Vincent.
2009-11-04 14:13:37 UTC in VMime
-
vincent-richard committed revision 508 to the VMime SVN repository, changing 4 files.
2009-11-04 14:12:06 UTC in VMime
-
Applied on 11/04/2009.
Thank you for your patch!
2009-11-04 12:52:58 UTC in VMime
-
vincent-richard committed revision 507 to the VMime SVN repository, changing 3 files.
2009-11-04 12:52:49 UTC in VMime
-
Hello!
I had a look at your code and, actually, there was a problem with EOF test in posixFile (EOF flag was not reset when reset() was called).
Here is a patch for /src/platforms/posix/posixFile.cpp:
[http://www.vmime.org/patches/vmime-20091103-posixfileeof.patch][1]
Thank you,
Vincent
[1]: http://www.vmime.org/patches/vmime-20091103-posixfileeof.patch.
2009-11-03 14:22:30 UTC in VMime