Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3596/src/mail

Modified Files:
        MailFolderCC.cpp 
Log Message:
disable time zone text in the date header because some mail servers reject 
messages with tz in date

Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.705
retrieving revision 1.706
diff -b -u -2 -r1.705 -r1.706
--- MailFolderCC.cpp    9 Apr 2005 15:39:32 -0000       1.705
+++ MailFolderCC.cpp    16 Apr 2005 14:19:09 -0000      1.706
@@ -4857,4 +4857,10 @@
 #endif // USE_READ_PROGRESS
 
+   // disable time zone text in the "Date" field, it's unnecessary and some
+   // (arguably broken, as this text is RFC 2822 conformant) mail servers
+   // reject messages with it erroneously considering that they are used to
+   // attack Exchange server (!)
+   mail_parameters(NULL, SET_DISABLE822TZTEXT, (void *)1);
+
 #if defined(OS_UNIX) && !defined(__CYGWIN__)
    // install our own sigpipe handler to ignore (and not die) if a SIGPIPE



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to