X-OfflineIMAP header

Johannes Stezenbach js at sig21.net
Thu Oct 7 11:47:43 UTC 2010


Hi,

even though the patch might not be applied to git
due to lack of a maintainer, below is a simple patch
which I think fixes the issue.  To test it I commented
out two lines from folder/IMAP.py:

    def savemessage_searchforheader(self, imapobj, headername, headervalue):
        #if imapobj.untagged_responses.has_key('APPENDUID'):
        #    return long(imapobj.untagged_responses['APPENDUID'][-1].split(' ')[1])

Then the UID SEARCH command is executed with my IMAP servers and
returned the desired result.

Thanks
Johannes

--- snip ---



More information about the OfflineIMAP-project mailing list