Message14998
Logged In: YES
user_id=552329
This is correct, RFC 2060 allows for the date to be
"2digit", where digit includes 0. There is no attached
patch, but I can't attach to this tracker, so I'm putting it
here in the comment (it's a one character change). This
still exists in 2004-04-23 anon cvs.
*** imaplib.py Fri Apr 23 13:40:32 2004
--- imaplib-fixed.py Fri Apr 23 13:42:31 2004
***************
*** 79,85 ****
Continuation = re.compile(r'\+( (?P<data>.*))?')
Flags = re.compile(r'.*FLAGS \((?P<flags>[^\)]*)\)')
InternalDate = re.compile(r'.*INTERNALDATE "'
! r'(?P<day>[
123][0-9])-(?P<mon>[A-Z][a-z][a-z])-(?P<year>[0-9][0-9][0-
9][0-9])'
r'
(?P<hour>[0-9][0-9]):(?P<min>[0-9][0-9]):(?P<sec>[0-9][0-9])'
r'
(?P<zonen>[-+])(?P<zoneh>[0-9][0-9])(?P<zonem>[0-9][0-9])'
r'"')
--- 79,85 ----
Continuation = re.compile(r'\+( (?P<data>.*))?')
Flags = re.compile(r'.*FLAGS \((?P<flags>[^\)]*)\)')
InternalDate = re.compile(r'.*INTERNALDATE "'
! r'(?P<day>[
0123][0-9])-(?P<mon>[A-Z][a-z][a-z])-(?P<year>[0-9][0-9][0
-9][0-9])'
r'
(?P<hour>[0-9][0-9]):(?P<min>[0-9][0-9]):(?P<sec>[0-9][0-9])'
r'
(?P<zonen>[-+])(?P<zoneh>[0-9][0-9])(?P<zonem>[0-9][0-9])'
r'"') |
|
Date |
User |
Action |
Args |
2007-08-23 14:11:43 | admin | link | issue698706 messages |
2007-08-23 14:11:43 | admin | create | |
|