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

Mail loading fixes & additional Search parameters #69

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

Commits on Dec 9, 2017

  1. Fix null reference when failed to load email (corrupted/invalid mail …

    …file on the server)
    
    Skip email (don't add it to the returned list) instead of throwing an exception
    holc-tkomp committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    ef7db54 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Fix UID being 0 for all the messages.

    This first tries to parse UID using methods from 2.5.4 version (8195182), if it fails then tries to use the old method.
    holc-tkomp committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    c62b8a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ab040 View commit details
    Browse the repository at this point in the history