[offlineimap] OverflowError: Python int too large to convert to C long (#231)

Martin Carpella notifications at github.com
Thu Aug 27 20:31:54 BST 2015


Issue is caused by `utime_from_header = yes` for the local repository and a SPAM message that is quite far in the future, exceeding `int32` as timestamp.

The message's date header is:

    Date: Thu, 03 Sep 3610 21:32:03 +0300

Maybe a check should be added if the date is that far in the future and set to native C's `long` max-value (depending if `i386` or `amd64`).

---
Reply to this email directly or view it on GitHub:
https://github.com/OfflineIMAP/offlineimap/issues/231#issuecomment-135530756
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/offlineimap-project/attachments/20150827/620e233f/attachment-0002.html>


More information about the OfflineIMAP-project mailing list