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

Rewrite expunge #2701

Closed
wants to merge 17 commits into from
Closed

Rewrite expunge #2701

wants to merge 17 commits into from

Commits on Jun 12, 2017

  1. Added base, search and capability classes

    Hari committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    3e8b043 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Finished SEARCH and CAPABILITY commands

    Hari committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    b6f2807 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Add SelectByIdCommand, refactor and add tests

    Hari committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    2c4d521 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Added UidStoreCommand

    Hari committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    4e8829f View commit details
    Browse the repository at this point in the history
  2. Added UidFetchCommand

    Hari committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    0f46f5a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Added UidCopyCommand

    Hari committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    0a1e8e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Clean up and refactor

    Hari committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    9c311d6 View commit details
    Browse the repository at this point in the history
  2. Fix and add tests

    Hari committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    6079820 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. Remove repeated code and refactor

    Hari committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    8f073e0 View commit details
    Browse the repository at this point in the history
  2. Create ImapCommandSplitterTest

    Hari committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    7305efe View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Add tests and some small changes

    Hari committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    afe1f01 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Refactor and add tests

    Hari committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    6264327 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Add comment regarding the use of *:*

    Hari committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    9d044e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Fix ImapFolderTest

    Hari committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    8bc63a2 View commit details
    Browse the repository at this point in the history
  2. Add support for the UID EXPUNGE command

    Hari committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    4e9a06a View commit details
    Browse the repository at this point in the history
  3. Rewrite expunge when UIDPLUS is not available

    Hari committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    4d727db View commit details
    Browse the repository at this point in the history
  4. Fix and add tests

    Hari committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    9654cf3 View commit details
    Browse the repository at this point in the history