Nicolas Sebrecht

Results 230 comments of Nicolas Sebrecht

- Naive but still effective approach would be to introduce print statements to find a blocker. - A more advanced way can be to try `strace` while this can be...

Yes, if contributors send patches. I think there's a patch to send to imaplib2 before.

@xiabet: we are currently late in the release cycle. I won't take patches if they are not trivial. Once the stable will be out, I'll freeze the code so I...

Document lack of DNS support: 5f0915d06ee3597b Also, forgot to say that I expect next stable to come soon. Something like a week or two.

I'm updating the plan. I did more more progress and it appears that the refactoring I intend would be too much large and ambitious regarding the codebase. So, I won't...

That's weird. It looks like we'd need to add sanity checks in this area. > Besides fixing the underlying problem in offlineimap I'd be interested how to manual recover from...

Interesting report. Having any other IMAP client doing it as expected is a good point.

The current behaviour is to use the [filesystem mtime](https://github.com/OfflineIMAP/offlineimap/blob/7531ac4640aff8477b0893c55c99c9fe4a9bbcfc/offlineimap/folder/Maildir.py#L280). One of the reason is that taking the time by other means might fail (not all emails have a 'Date' header...