• v1.1.2 2fa75cf159

    Ghost released this 2015-01-11 13:29:19 +00:00 | 449 commits to filter since this release

    the seznam.cz IMAP server seems very eager to send UIDNEXT responses
    despite not supporting UIDPLUS. this doesn't appear to be a particularly
    sensible combination, but it's valid nonetheless.

    however, that means that we need to save the UIDNEXT value before we
    start storing messages, lest imap_find_new_msgs() will simply overlook
    them. we do that outside the driver, in an already present field - this
    actually makes the main path more consistent with the journal recovery
    path.

    analysis by Tomas Tintera trosos@seznam.cz.

    REFMAIL: 20141220215032.GA10115@kyvadlo.trosos.seznam.cz

    Downloads