]> git.cworth.org Git - sup/commitdiff
updated imap internaldate notes in comments
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sat, 15 Dec 2007 20:59:45 +0000 (20:59 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sat, 15 Dec 2007 20:59:45 +0000 (20:59 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@773 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/imap.rb

index d9a10a9144d9bae516ee1563118ce19542f9a693..057027b0ba233b79cf1b217d1a0ab534b858dff9 100644 (file)
@@ -275,11 +275,12 @@ private
     ## Exchange actually reports two different INTERNALDATEs for the exact same message
     ## when queried at different points in time.
     ##
-    ## I don't actually see the semantics of INTERNALDATE actually defined anywhere
-    ## in either RFC 3501 or RFC 2060, beyond "the internal date of the message"
-    ## (gee, thanks guys, great job on that committee), so it's probably perfectly
-    ## acceptable to return any date you'd like for any message.
     ##
+    ## RFC2060 defines the semantics of INTERNALDATE for messages that arrive
+    ## via SMTP for via various IMAP commands, but states that "All other
+    ## cases are implementation defined.". Great, thanks guys, yet another
+    ## useless field.
+    ## 
     ## Of course no OTHER imap server I've encountered returns DIFFERENT values for
     ## the SAME message. But it's Microsoft; what do you expect? If their programmers
     ## were any good they'd be working at Google.