Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |
| | |||
* | Exclude trash in non-trash folders. | Christian Mollekopf | 2017-03-28 |
| | | | | This will ensure that the count doesn't include deleted emails. | ||
* | Filter on all things visible | Christian Mollekopf | 2017-03-27 |
| | |||
* | Update email status | Christian Mollekopf | 2017-03-26 |
| | |||
* | Show something if the data is not yet available. | Christian Mollekopf | 2017-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 peoplemodel | Christian Mollekopf | 2017-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 others | Christian Mollekopf | 2017-03-17 |
| | |||
* | Sink merges the sync requests now. | Christian Mollekopf | 2017-03-07 |
| | |||
* | Less noise | Christian Mollekopf | 2017-03-01 |
| | |||
* | Compress synchronization requests | Christian Mollekopf | 2017-02-24 |
| | |||
* | Only fetch every mail once. | Christian Mollekopf | 2017-02-24 |
| | |||
* | Avoid needless requerying | Christian Mollekopf | 2017-02-11 |
| | |||
* | Fetch the mail when trying to access the content. | Christian Mollekopf | 2017-02-08 |
| | | | | | That way we can try to only fetch the content for messages that are actually shown. | ||
* | Fixed sort order for threadview | Christian Mollekopf | 2017-01-31 |
| | |||
* | Avoid crashing on no source model | Christian Mollekopf | 2017-01-25 |
| | |||
* | Clear the model on no parent | Christian Mollekopf | 2017-01-25 |
| | |||
* | Fetch incomplete mails automatically. | Christian Mollekopf | 2017-01-11 |
| | |||
* | Conditionally remove/delete | Christian Mollekopf | 2017-01-02 |
| | |||
* | Move to trash from mailview | Christian Mollekopf | 2017-01-02 |
| | |||
* | Adapt to api changes | Christian Mollekopf | 2016-11-14 |
| | |||
* | Show recepients | Christian Mollekopf | 2016-11-01 |
| | |||
* | Query for threads | Christian Mollekopf | 2016-10-10 |
| | |||
* | Adapted to new API | Christian Mollekopf | 2016-10-05 |
| | |||
* | Fixed mailsorting by date | Christian Mollekopf | 2016-06-21 |
| | |||
* | Support for loading drafts | Christian Mollekopf | 2016-05-10 |
| | |||
* | Less hardcoding of properties | Christian Mollekopf | 2016-05-10 |
| | |||
* | Use the new getters to fix the mimeMessage loading and look much better. | Christian Mollekopf | 2016-05-10 |
| | |||
* | A save-as-draft action & action results | Christian Mollekopf | 2016-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 Mollekopf | 2016-04-29 |
| | |||
* | Moved framework/mail to framework/domain | Christian Mollekopf | 2016-03-09 |