]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Implemented holdoff time (15 minutes) for SMTP send retry.
[citadel.git] / citadel / ChangeLog
index d9be4ed01fad062d307ad4de338eded2ce342b03..b66ee38d1f071b5b277ed1651569f29585ffe500 100644 (file)
@@ -1,4 +1,19 @@
 $Log$
+Revision 1.468  2000/02/24 03:44:00  ajc
+* Implemented holdoff time (15 minutes) for SMTP send retry.
+* Implemented "try for 3 days and then give up" on SMTP send.
+
+Revision 1.467  2000/02/24 00:51:48  ajc
+* Client protocol synchronization check during exit from chat.
+  This closes Bug #15.
+
+Revision 1.466  2000/02/22 16:37:28  ajc
+* Minor tweaks to RFC822 output to keep brain-damanged MS Outlook from dying
+
+Revision 1.465  2000/02/22 04:17:56  ajc
+* Got bounce messages working (mostly ... testers, please beat this up!)
+* Changed 'FIX' comments to 'FIXME' (less conflict, plus vim highlights it!)
+
 Revision 1.464  2000/02/18 22:29:18  ajc
 * Coded up the "bounce" functions.  Still a coupla bugs.