Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't create folders on invalid config. | Christian Mollekopf | 2017-05-12 |
| | |||
* | Translate the host not found error | Christian Mollekopf | 2017-05-09 |
| | |||
* | Fixed folder sync | Christian Mollekopf | 2017-05-04 |
| | | | | | When explicitly listing the folder we can't rely on the subscription state, nor should we. | ||
* | Added progress notification | Christian Mollekopf | 2017-05-04 |
| | |||
* | Only sync subscribed folders | Christian Mollekopf | 2017-05-04 |
| | |||
* | Removed the resource mapper | Christian Mollekopf | 2017-04-28 |
| | |||
* | We require at leaset 0.1.1 | Christian Mollekopf | 2017-04-26 |
| | |||
* | Only create one session | Christian Mollekopf | 2017-04-26 |
| | | | | And not one for every imap proxy | ||
* | Make sure we always have a complete hierarchy from the IMAP server | Christian Mollekopf | 2017-04-21 |
| | |||
* | Apparently this folder can have various names. | Christian Mollekopf | 2017-04-21 |
| | |||
* | Gmail support. | Christian Mollekopf | 2017-04-21 |
| | | | | | For the time being we hardcode a list of folders that we synchronize that we know are not duplicating messages. | ||
* | Handle host not found | Christian Mollekopf | 2017-04-20 |
| | |||
* | cleanup | Christian Mollekopf | 2017-04-12 |
| | |||
* | Allow the preprocessor to move and use in mailtransport | Christian Mollekopf | 2017-04-12 |
| | |||
* | Copy mail back from mailtransport | Christian Mollekopf | 2017-04-11 |
| | |||
* | We set the instance identifier in the base class | Christian Mollekopf | 2017-04-11 |
| | |||
* | Don't continue processing the pipeline until we have appended the | Christian Mollekopf | 2017-04-10 |
| | | | | | | message. Otherwise the processor might think its done before it actually is. | ||
* | Avoid crashing if we fail to resolve the local id. | Christian Mollekopf | 2017-04-07 |
| | |||
* | Detect maildir resource errors | Christian Mollekopf | 2017-04-07 |
| | |||
* | Be less verbose | Christian Mollekopf | 2017-04-07 |
| | | | | We already see the resource exiting. | ||
* | Mailtransport notifications | Christian Mollekopf | 2017-03-30 |
| | |||
* | We already print those warnings in the synchronizer | Christian Mollekopf | 2017-03-30 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-03-28 |
| | |||
* | Track the entities that this request applies to directly in the | Christian Mollekopf | 2017-03-28 |
| | | | | | | | | syncrequest That way we can do the notification emitting in the synchronizer and it keeps working even if the login already fails (so the synchronizing code would never be executed). | ||
* | Emit notifications while a folder is being synced | Christian Mollekopf | 2017-03-27 |
| | |||
* | Don't use 0 as error code and better error codes | Christian Mollekopf | 2017-03-27 |
| | |||
* | Pass in days to download | Christian Mollekopf | 2017-03-26 |
| | |||
* | SinkTraceCtx | Christian Mollekopf | 2017-03-26 |
| | |||
* | Implemented notification support in the model. | Christian Mollekopf | 2017-03-24 |
| | | | | | | | | This will allow us to fold things like progress and sync status directly into the model. Usecases are mail download progress and folder sync progress. Ideally we would also solve the resource/account state through this. | ||
* | Default domain adaptor | Christian Mollekopf | 2017-03-21 |
| | |||
* | Move type implementations in one place | Christian Mollekopf | 2017-03-21 |
| | | | | | | | Having them separated is rather pointless (since we need one for every type, and all types are the interface of sink, as one), and caused quite a bit of friction when adding new types. This will also make it easier to change things for all types. | ||
* | Removed unnecessary default implementations | Christian Mollekopf | 2017-03-21 |
| | |||
* | Translate login errors | Christian Mollekopf | 2017-03-20 |
| | |||
* | Make error codes part of the applicationdomain interface | Christian Mollekopf | 2017-03-20 |
| | |||
* | Mailtransport | Christian Mollekopf | 2017-03-18 |
| | |||
* | emitNotification function | Christian Mollekopf | 2017-03-17 |
| | |||
* | Gather some more error messages when trying to send mail. | Christian Mollekopf | 2017-03-17 |
| | |||
* | Added notification code for mailtransport | Christian Mollekopf | 2017-03-17 |
| | |||
* | Preparation to get useful notifications to Kube | Christian Mollekopf | 2017-03-15 |
| | |||
* | Fixed dav server property | Christian Mollekopf | 2017-03-14 |
| | |||
* | Always fork KIO slaves | Christian Mollekopf | 2017-03-14 |
| | |||
* | Setup calls to setup dav resource | Christian Mollekopf | 2017-03-13 |
| | |||
* | Addressbook support | Christian Mollekopf | 2017-03-09 |
| | |||
* | Dav cleanup | Christian Mollekopf | 2017-03-09 |
| | |||
* | Don't install libmaildir as separate library | Christian Mollekopf | 2017-03-08 |
| | | | | | It's not a generic maildir implementation and the library conflicts with what's installed from kdepim-runtime. | ||
* | Merge synchronization requests for individual mails of the same folder. | Christian Mollekopf | 2017-03-07 |
| | | | | | We use this frequently when loading conversations, so this results in a significant preformance improvement. | ||
* | Get mailtransport with kolabnow to work | Christian Mollekopf | 2017-03-06 |
| | | | | | | | | | | when connecting to smtps:// the command will silently fail, with wireshark spewing out a cryptic "5.5.2 command not recognized". The magic commandline (that works) is: curl smtp://smtp.kolabnow.com:587 -v --mail-from "$USER" --mail-rcpt "$USER" --ssl -u $USER.ch:$PW -T alternative.mbox -k --anyauth | ||
* | Port away from syncStartv0.1.0 | Christian Mollekopf | 2017-03-02 |
| | |||
* | Adapt to KAsync changes | Christian Mollekopf | 2017-03-01 |
| | |||
* | Make it possible to not build the dav resource | Christian Mollekopf | 2017-03-01 |
| |