Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boundaries fixups: ordering of parts, do not add newline on boundary if there's no part after previous header #34

Merged
merged 6 commits into from Nov 1, 2016

Commits on May 21, 2015

  1. Fix IMAP mailbox maintanence

    Update message's mailbox id in a separate explicit transaction to prevent
    SQLException: ORA-01453 error on the next db_begin_transaction() call
    (see db_mailbox_seq_update() next to 'UPDATE dbmail_messages SET mailbox_idnr'
    query).
    santa01 committed May 21, 2015
    Copy the full SHA
    b5a2ab9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Merge pull request pjstevns#32 from santa01/master

    Fix IMAP mailbox maintanence
    pjstevns committed May 27, 2015
    Copy the full SHA
    e71783f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2015

  1. add newline only if is_message

    Michele Comitini committed Aug 16, 2015
    Copy the full SHA
    bb7be54 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. Copy the full SHA
    cd910d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. fixed some race condition when closing boundaries, since key does not…

    … change. Needed ordering parts on depth DESC when key does not vary.
    Michele Comitini committed Aug 25, 2015
    Copy the full SHA
    b78a986 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. fixes ordering in insertion

    Michele Comitini committed Aug 26, 2015
    Copy the full SHA
    010bde2 View commit details
    Browse the repository at this point in the history