• Bug#199452: bug log

    From Don Marti@1:229/2 to All on Sat Aug 21 02:00:28 2004
    From: [email protected]

    This is from 4.0.7. The IMAP daemon it's talking to is:
    Courier 0.45.6.20040712 (Courier-IMAP 3.0.5)/i686-pc-linux-gnu/Thu Jul
    15 14:21:14 UTC 2004

    ...mail content snipped...

    New msg sync from lj_web: DEBUG[imap]: savemessage: new content length is 2929 New msg sync from lj_web: DEBUG[imap]: 25:34.03 > FOIG231 APPEND INBOX.lj_web (\Seen) "20-Aug-2004 16:16:05 -0800" {2929}
    New msg sync from lj_web: DEBUG[imap]: 25:34.03 < + OK
    New msg sync from lj_web: DEBUG[imap]: 25:34.03 matched r'\+( (?P<data>.*))?' => (' OK', 'OK')
    New msg sync from lj_web: DEBUG[imap]: 25:34.03 write literal size 2929
    New msg sync from lj_web: DEBUG[imap]: 25:34.04 < FOIG231 OK [APPENDUID 1027641313 5250] APPEND Ok.
    New msg sync from lj_web: DEBUG[imap]: 25:34.04 matched r'(?P<tag>FOIG\d+) (?P<type>[A-Z]+) (?P<data>.*)' => ('FOIG231', 'OK', '[APPENDUID 1027641313 5250] APPEND Ok.')
    New msg sync from lj_web: DEBUG[imap]: 25:34.04 matched r'\[(?P<type>[A-Z-]+)( (?P<data>[^\]]*))?\]' => ('APPENDUID', ' 1027641313 5250', '1027641313 5250')
    New msg sync from lj_web: DEBUG[imap]: 25:34.04 untagged_responses[APPENDUID] 0 += ["1027641313 5250"]
    New msg sync from lj_web: DEBUG[imap]: 25:34.04 > FOIG232 CHECK
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 < * 330 EXPUNGE
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?' => ('330', 'EXPUNGE', None, None)
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 untagged_responses[EXPUNGE] 0 += ["330"]
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 < * 330 EXPUNGE
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?' => ('330', 'EXPUNGE', None, None)
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 untagged_responses[EXPUNGE] 1 += ["330"]
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 < * 332 EXISTS
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?' => ('332', 'EXISTS', None, None)
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 untagged_responses[EXISTS] 1 += ["332"]
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 < * 1 RECENT
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?' => ('1', 'RECENT', None, None)
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 untagged_responses[RECENT] 1 += ["1"]
    New msg sync from lj_web: DEBUG[imap]: 25:34.05 < FOIG232 OK CHECK completed New msg sync from lj_web: DEBUG[imap]: 25:34.05 matched r'(?P<tag>FOIG\d+) (?P<type>[A-Z]+) (?P<data>.*)' => ('FOIG232', 'OK', 'CHECK completed')
    New msg sync from lj_web: DEBUG[imap]: savemessage: first attempt to get new UID
    New msg sync from lj_web: DEBUG[imap]: savemessage: returning 5250
    Copy message 5249 from lj_web: Copy message 5249 IMAP[INBOX.lj_web] -> Maildir[lj_web], LocalStatus[lj_web]
    Copy message 5249 from lj_web: DEBUG[imap]: 25:34.06 > FOIG233 UID FETCH 5249 (BODY.PEEK[])
    Copy message 5249 from lj_web: DEBUG[imap]: 25:34.06 < FOIG233 OK FETCH completed.
    Copy message 5249 from lj_web: DEBUG[imap]: 25:34.06 matched r'(?P<tag>FOIG\d+) (?P<type>[A-Z]+) (?P<data>.*)' => ('FOIG233', 'OK', 'FETCH completed.')
    Copy message 5249 from lj_web: DEBUG[imap]: Returned object from fetching 5249: ('OK', [None])
    MainThread: Thread 'Copy message 5249 from lj_web' terminated with exception: Traceback (most recent call last):
    File "/usr/lib/python2.3/site-packages/offlineimap/threadutil.py", line 153, in run
    Thread.run(self)
    File "/usr/lib/python2.3/threading.py", line 414, in run
    self.__target(*self.__args, **self.__kwargs)
    File "/usr/lib/python2.3/site-packages/offlineimap/folder/Base.py", line 272, in copymessageto
    message = self.getmessage(uid)
    File "/usr/lib/python2.3/site-packages/offlineimap/folder/IMAP.py", line 114, in getmessage
    return initialresult[1][0][1].replace("\r\n", "\n")
    TypeError: unsubscriptable object


    Last 4 debug messages logged for Copy message 5249 from lj_web prior to exception:
    imap: 25:34.06 > FOIG233 UID FETCH 5249 (BODY.PEEK[])
    imap: 25:34.06 < FOIG233 OK FETCH completed.
    imap: 25:34.06 matched r'(?P<tag>FOIG\d+) (?P<type>[A-Z]+) (?P<data>.*)' => ('FOIG233', 'OK', 'FETCH completed.')
    imap: Returned object from fetching 5249: ('OK', [None])
    MainThread: Thread 'Copy message 5249 from lj_web' terminated with exception: MainThread: Traceback (most recent call last):
    MainThread: File "/usr/lib/python2.3/site-packages/offlineimap/threadutil.py", line 153, in run
    MainThread: Thread.run(self)
    MainThread: File "/usr/lib/python2.3/threading.py", line 414, in run MainThread: self.__target(*self.__args, **self.__kwargs)
    MainThread: File "/usr/lib/python2.3/site-packages/offlineimap/folder/Base.py", line 272, in copymessageto
    MainThread: message = self.getmessage(uid)
    MainThread: File "/usr/lib/python2.3/site-packages/offlineimap/folder/IMAP.py", line 114, in getmessage
    MainThread: return initialresult[1][0][1].replace("\r\n", "\n")
    MainThread: TypeError: unsubscriptable object
    MainThread:
    MainThread:
    MainThread: Last 4 debug messages logged for Copy message 5249 from lj_web prior to exception:
    MainThread: imap: 25:34.06 > FOIG233 UID FETCH 5249 (BODY.PEEK[])
    MainThread: imap: 25:34.06 < FOIG233 OK FETCH completed.
    MainThread: imap: 25:34.06 matched r'(?P<tag>FOIG\d+) (?P<type>[A-Z]+) (?P<data>.*)' => ('FOIG233', 'OK', 'FETCH completed.')
    MainThread: imap: Returned object from fetching 5249: ('OK', [None])



    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)