summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Fix typo in setBody() - fixes #1028kolab-syncroton-1.0Aleksander Machniak1-1/+1
2012-09-27Load the kolab_auth configuration as needed, warn about unset (required) conf...Jeroen van Meeuwen (Kolab Systems)1-0/+4
2012-09-21Release 1.0.1kolab-syncroton-1.0.1Jeroen van Meeuwen (Kolab Systems)1-1/+1
2012-09-21Clean up and simplify last commitsAleksander Machniak2-26/+6
2012-09-19Make sure the default folder is found, used and communicated as being the def...Jeroen van Meeuwen (Kolab Systems)1-1/+6
2012-09-19Let's not use the same variable name for the iteratee and the resultJeroen van Meeuwen (Kolab Systems)1-3/+4
2012-09-19Do not include only folders that we can find are marked as default for their ...Jeroen van Meeuwen (Kolab Systems)1-0/+3
2012-09-19Add a function to convert a given type id to its existing default type id, if...Jeroen van Meeuwen (Kolab Systems)1-0/+17
2012-09-19The version MUST always be a stringkolab-syncroton-1.0.0Jeroen van Meeuwen (Kolab Systems)1-1/+1
2012-09-19This is now called version 1.0.0Jeroen van Meeuwen (Kolab Systems)1-1/+1
2012-09-19Fix parse error from last commitAleksander Machniak1-1/+1
2012-09-19Update Roundcube FrameworkAleksander Machniak16-68/+241
2012-09-19Small comment fixAleksander Machniak1-4/+5
2012-09-19Fix typoAleksander Machniak1-1/+1
2012-09-18Fix error when connecting after removing device from the list in RoundcubeAleksander Machniak1-6/+3
2012-09-14Fix Roundcube version numberAleksander Machniak1-1/+1
2012-09-12Update Syncroton, update code for API changesAleksander Machniak26-279/+498
2012-09-04Add References header setting on mail replyAleksander Machniak2-0/+6
2012-09-03Fixed email folders handling, fixed some minor issuesAleksander Machniak4-26/+86
2012-09-03Fix searching email by Received dateAleksander Machniak2-8/+17
2012-09-02Syncroton update (with byteArray support)Aleksander Machniak9-37/+139
2012-09-02More fixesAleksander Machniak1-5/+4
2012-09-02Fix date format in IMAP SEARCHAleksander Machniak1-1/+3
2012-09-02Improved message sending: Use default idenity if From: is not set,Aleksander Machniak2-7/+50
2012-09-02Fixed some errorsAleksander Machniak3-7/+8
2012-08-31Handle properly conversion to/from unsupported type, return empty instead of ...Aleksander Machniak1-1/+9
2012-08-31Implemented Body conversion between plain and html text formatsAleksander Machniak5-10/+150
2012-08-30Improved error handling in moveItems command handlerAleksander Machniak6-83/+101
2012-08-30Throw exception when email sending failsAleksander Machniak4-41/+68
2012-08-29Don't use AirSyncBase:Body element on old devices (protocol version < 12)Aleksander Machniak1-0/+5
2012-08-27Fix so INBOX is subscribed by default again, subscribe task.default folder by...Aleksander Machniak1-1/+3
2012-08-27Update SyncrotonAleksander Machniak30-208/+902
2012-08-23Added logger classAleksander Machniak2-16/+102
2012-08-23Update Syncroton, update code for API changesAleksander Machniak28-968/+719
2012-08-22Small improvements in email backend, added lost PEAR packagesAleksander Machniak6-61/+3784
2012-08-22Update SyncrotonAleksander Machniak11-767/+106
2012-08-22Fix typo in _deleteOtherStates()Aleksander Machniak1-1/+1
2012-08-21Code cleanupAleksander Machniak5-91/+89
2012-08-21Update Roundcube FrameworkAleksander Machniak19-750/+853
2012-08-21Update login_lc option handlingAleksander Machniak1-8/+10
2012-08-21Cleanup, remove useless codeAleksander Machniak6-113/+8
2012-08-21Code cleanup, fixes in empty values handlingAleksander Machniak4-50/+34
2012-08-20Implemented email message flag (followup) handlingAleksander Machniak5-34/+136
2012-08-19Perf. optimization: replace two similiar queries with oneAleksander Machniak1-18/+17
2012-08-19FIx for the last API change, email default folder wasn't detected properlyAleksander Machniak1-3/+3
2012-08-19Perf. optimization: don't call SELECT after INSERT, check last_insert_id and ...Aleksander Machniak1-4/+17
2012-08-19Update Syncroton, update code for the new APIAleksander Machniak69-2896/+1648
2012-08-16Implemented Search with Email/GAL backendsAleksander Machniak17-94/+902
2012-08-14Update Roundcube FrameworkAleksander Machniak7-13/+19
2012-08-13Search: Implemented Store model plus some improvementsAleksander Machniak5-23/+376