summaryrefslogtreecommitdiffstats
path: root/framework/domain/maillistmodel.cpp
Commit message (Collapse)AuthorAge
* Moved cpp code into src directoryChristian Mollekopf2017-04-05
|
* Exclude trash in non-trash folders.Christian Mollekopf2017-03-28
| | | | This will ensure that the count doesn't include deleted emails.
* Filter on all things visibleChristian Mollekopf2017-03-27
|
* Update email statusChristian Mollekopf2017-03-26
|
* Show something if the data is not yet available.Christian Mollekopf2017-03-23
| | | | | | | | We're still missing: * For empty folders we have to differentiate between truly empty folder, and folders that have not been synchronized yet. Further an indicator when the fetch is in progress would be useful. * For mails we need to indicate when the mail is being fetched.
* Filtering for maillistmodel and peoplemodelChristian Mollekopf2017-03-21
| | | | | | | | Works surprisingly well and is very useful for testing. The searchbar in the maillistmodel is a temporary solution as the global searchbar has some usability issues. E.g. how do we reset the search? As an intermediate step we could just hide the searchbar and make it visible by clicking on the search button.
* Request sent property and some othersChristian Mollekopf2017-03-17
|
* Sink merges the sync requests now.Christian Mollekopf2017-03-07
|
* Less noiseChristian Mollekopf2017-03-01
|
* Compress synchronization requestsChristian Mollekopf2017-02-24
|
* Only fetch every mail once.Christian Mollekopf2017-02-24
|
* Avoid needless requeryingChristian Mollekopf2017-02-11
|
* Fetch the mail when trying to access the content.Christian Mollekopf2017-02-08
| | | | | That way we can try to only fetch the content for messages that are actually shown.
* Fixed sort order for threadviewChristian Mollekopf2017-01-31
|
* Avoid crashing on no source modelChristian Mollekopf2017-01-25
|
* Clear the model on no parentChristian Mollekopf2017-01-25
|
* Fetch incomplete mails automatically.Christian Mollekopf2017-01-11
|
* Conditionally remove/deleteChristian Mollekopf2017-01-02
|
* Move to trash from mailviewChristian Mollekopf2017-01-02
|
* Adapt to api changesChristian Mollekopf2016-11-14
|
* Show recepientsChristian Mollekopf2016-11-01
|
* Query for threadsChristian Mollekopf2016-10-10
|
* Adapted to new APIChristian Mollekopf2016-10-05
|
* Fixed mailsorting by dateChristian Mollekopf2016-06-21
|
* Support for loading draftsChristian Mollekopf2016-05-10
|
* Less hardcoding of propertiesChristian Mollekopf2016-05-10
|
* Use the new getters to fix the mimeMessage loading and look much better.Christian Mollekopf2016-05-10
|
* A save-as-draft action & action resultsChristian Mollekopf2016-05-03
| | | | | | This patch introduces tracking of actions, so they can be tested. It also provides a save-as-draft action, that looks for the draft folder, and stores the mail accordingly.
* Don't print every mail we query for.Christian Mollekopf2016-04-29
|
* Moved framework/mail to framework/domainChristian Mollekopf2016-03-09