From 0ed83fd34a89b1d39d161504f5ddb99071816fce Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Thu, 13 Jul 2000 21:49:45 +0000 Subject: [PATCH] Deleted the timezone on Kim's SASL patch entry. Ruud has taken to adding the timezone even though all previous entries are missing it, and I don't really agree with that. True, on occasion someone in a different timezone will commit something later in the day than someone else, and even though the second change happens later, the time may be earlier, but that doesn't happen too often and isn't really a big deal, IMHO. Putting textual timezones like "EDT" isn't really the right solution, IMHO, since some of those tags are ambiguous. Either an offset-style timezone should be used or all times should be given as UTC. I'd just as soon stick with local times, though. Oh, one thing I forgot to mention in my last CVS entry was that I removed "IMAP" from the list of protocols supported by Ken's SASL patches -- nmh doesn't have any IMAP support! --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1f05292..2c4102a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ Tue Jul 11 14:18:01 2000 Dan Harkless SMTP" means that encryption is supported for the authentication but not for the subsequent data stream. -Sat Jul 8 01:36:19 EDT 2000 Kimmo Suominen +Sat Jul 8 01:36:19 2000 Kimmo Suominen * Applied Ken Hornstein 's patches implementing SASL support for POP3 and SMTP. If nmh is compiled -- 1.7.10.4