- Feb 02, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 01, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jan 22, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Oct 23, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 25, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 21, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 11, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 04, 2017
-
-
Christoph Wurst authored
Apparently horde libs use a different encoding when a message is serialized to a string depending on whether a stream is used or not. Before, drafts and sent messages were stored with a wrong encoding, although the message sent was correctly encoded. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 29, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 28, 2017
-
-
Christoph Wurst authored
Apparently the horde libs do not produce a valid MIME unless you actually use the 'send' method. Since they fortunatelly have a null transport with an empty impl, we can use this to have the same encoding magic going on as we do have in place for actually sending messages via SMTP. Now drafts stored to IMAP are encoded correctly. Fixes https://github.com/nextcloud/mail/issues/9 Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 22, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
IAccount extends php's JsonSerialize interface which already comes with a proper method that seralizes an object into an array. Hence we shall use this method instead of duplicating and throwing an exception in the implementation. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 01, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jul 11, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 09, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
* better OOP architecture * dependency injection everywhere * abstraction where it made sense * SRP applied as much as possible * added a bunch of tests for the new code * REST API compatible to old implementation * new code is not optimized * old code was not removed Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 16, 2016
-
-
Christoph Wurst authored
-
- Oct 17, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 21, 2016
-
-
Christoph Wurst authored
-
Christoph Wurst authored
-
- Sep 14, 2016
-
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
- Sep 12, 2016
-
-
Chris Jones authored
-
- Sep 10, 2016
-
-
Chris Jones authored
-
- Sep 06, 2016
-
-
Christoph Wurst authored
-
- Sep 04, 2016
-
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
- Aug 04, 2016
-
-
Christoph Wurst authored
-
- Aug 02, 2016
-
-
tahaa karim authored
add aliases feature add aliases feature mapper entity service and controller for aliases comments and fixes minor bug fix minor changes aliases js service, database update and some security fixes minor fixes for saving and loading aliases send mail from composer using alias small fixes fix most test, delete alias work, better ui set an alias name with alias id using alias name when sending email works big fixes big fixes reply composer using aliases bug fixes and aliases collection minor bug fixes minor fix radio for aliases controller and service fix for when refrshing settings page fix email length in the database [tx-robot] updated from transifex change to secure connection remove secure http: false [tx-robot] updated from transifex Correct return for getFolderById - fixes #1514 account !== folder fetch UIDs and DATEs of all messages and do the pagination client side use search strategy only if SORT is not supported update changelog for 0.5.2 Update composerlock to https remove more message button is obsolete with infinite scroll [tx-robot] updated from transifex [tx-robot] updated from transifex [tx-robot] updated from transifex refactor message 'load' event parameters messagecontent -> foldercontent pass account/folder via constructor also use the new collection when refreshing inject messages collection Fix jscs errors sync karma require config with runtime require config open first mailbox when clicking the account's email address fix jscs error update grunt 0.5.3 version bump update/unify license headers use underscore to debounce search filters; do not re-search the same term remove obsolete folder reset event + event handler smoother transition when adding another account remove user id from alias table and js bug fix and optimization add new keyboard channel and port existing key listener allow navigation with j, k allow left/right arrow to switch messages use 'mail' instead of 'Mail' for bower to prevent warning merge conflict resolve squash and rebase commits fix AccountsControllerTest::testIndex travis js fix alias collection update adding aliases collection and bug fixes big fixes show you when mail is sent to an alias or email select current account as default in composer fix for selecting default account on composer fix grunt issues fixes and improvments remove old code that prevented selecting default account on composer ui improvment
-
- Jul 07, 2016
-
-
Christoph Wurst authored
-
- May 09, 2016
-
-
Christoph Wurst authored
-
- Apr 01, 2016
-
-
gouglhupf authored
* log SMTP communication #1392 I copied the thing form imap and changed it. After I try it I noticed it would be better to split the logs. So one for imap and one for smtp. * additional to my commit form log SMTP communication Necessary changes for the issue_template that would incur by splitting the horde logs. * Update issue_template.md * additional to my commit form log SMTP communication Necessary changes for the readme that would incur by splitting the horde logs.
-
- Feb 15, 2016
-
-
Thomas Müller authored
-
Christoph Wurst authored
-
- Feb 07, 2016
-
-
Christoph Wurst authored
-
- Dec 30, 2015
-
-
Christoph Wurst authored
-
- Dec 29, 2015
-
-
Christoph Wurst authored
-
- Nov 26, 2015
-
-
Christoph Wurst authored
fixes #1172
-
- Oct 16, 2015
-
-
Christian Nöding authored
-