Age | Commit message (Collapse) | Author |
|
Migrate all usage of leap.ImapAccount to leap.Account
We had to adapt some calls because of signature changes and, because
we need the Account to be initialized before moving on, we are directly
using the deferred initialization that the account has
See: https://github.com/leapcode/leap_mail/pull/228
|
|
The search engine was being passed as a constant to
the Mail Indexer, that constrained the user agent to
one user (because the search engine is user specific).
I added the search engine as a parameter on the Mail Indexer
initialization so that we can have the Indexer working for
each user.
|
|
It was adding messages with notify_just_mdoc set to True (default).
leap.mail suggests that this flag is set to True for performance, but it
is unsafe.
I was getting a lot of false negatives on tests, now it is not flaky
anymore.
-- Issue #445
|
|
- Issue #445
|
|
- Issue #445
|