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

implement await/async, search, sort, thread, list-status, esearch, esort #52

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 24, 2020

  1. implement await/async, search, sort, thread, list-status, esearch, esort

    - fix FetchCommand.wait_data()
    - don't request capability when server sends it
    - support multiple untagged response types for LIST-STATUS and FETCH VANISHED
    - add response parsers
    - update README.rst
    filiphanes committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    c546e42 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    50d44a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    352d425 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

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

Commits on Apr 8, 2021

  1. Update aioimaplib/tests/imapserver.py

    Co-authored-by: Paul Aurich <[email protected]>
    filiphanes and darkrain42 authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    5622192 View commit details
    Browse the repository at this point in the history
  2. Update aioimaplib/tests/imapserver.py

    Co-authored-by: Paul Aurich <[email protected]>
    filiphanes and darkrain42 authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    397bb4b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. fix typos, test

    filiphanes committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    7060245 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. fix some tests

    filiphanes committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    69e921a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. constant CRLF

    filiphanes committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    7616f75 View commit details
    Browse the repository at this point in the history