Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-16replace deprecated IHelperChristoph Wurst
2016-02-16Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2016-02-16Fix CollectedAddressMapper ctorThomas Müller
2016-02-15Move the address collector outside of class AccountThomas Müller
2016-02-15fix wildcard matchingChristoph Wurst
2016-02-15add database testsChristoph Wurst
2016-02-15update/add unit testsChristoph Wurst
2016-02-15collect addresses of sent mailsChristoph Wurst
2016-02-15add ability to search collected addressesChristoph Wurst
2016-02-15add basic class structureChristoph Wurst
2016-02-13add version hackChristoph Wurst
2016-02-13replace deprecated Util::getServerHost, Util::getServerProtocolChristoph Wurst
2016-02-09Merge pull request #1202 from owncloud/console-commandThomas Müller
2016-02-07update license headersChristoph Wurst
2016-02-07encrypt passwordsChristoph Wurst
2016-02-07add console command for account creationChristoph Wurst
2016-02-05remove oc7 controller/service/whatever class registrationChristoph Wurst
2016-01-30Add version hack to support mimeTypeIcon on different core versionsChristoph Wurst
2016-01-02remove deprecated mimetype method callChristoph Wurst
2015-12-30remove mailbox optimization because it breaks unit testsChristoph Wurst
2015-12-29Speed up unified inbox loaded by caching some redundant imap callsChristoph Wurst
2015-12-29Fix #1186Thomas Müller
2015-12-29Add 'bulk mail' as junk/span special folder.matiasdelellis
2015-12-03Merge pull request #1176 from owncloud/fix-mailto-composerSteffen Lindner
2015-12-03Merge pull request #1173 from owncloud/fix-unified-inbox-draftsSteffen Lindner
2015-11-27redirect mailto requestsChristoph Wurst
2015-11-26fix unified inbox draftsChristoph Wurst
2015-11-26initialize arrayChristoph Wurst
2015-11-26fix unibox inbox replyingChristoph Wurst
2015-11-05Merge pull request #1129 from xn--nding-jua/utf7-fix-for-draftfoldersJan-Christoph Borchardt
2015-10-17remove debug error logginChristoph Wurst
2015-10-16Fixed UTF7 encoding instead of UTF8 for mailbox-draftfoldersChristian Nöding
2015-10-14Merge pull request #1110 from owncloud/dont-ignore-logger-contextChristoph Wurst
2015-10-13improve mail address handlingChristoph Wurst
2015-10-07don't ignore context parameterChristoph Wurst
2015-10-07Merge pull request #1107 from owncloud/refactor-save-draftSteffen Lindner
2015-10-03refactor accountscontroller::send to make it unit testableChristoph Wurst
2015-10-03add missing use statement for AccountChristoph Wurst
2015-10-03fix invalid method callChristoph Wurst
2015-10-03refactor autoconfigChristoph Wurst
2015-09-29Add unit testing for logExceptionThomas Müller
2015-09-29Add missing implementation of ILogger::logException()Thomas Müller
2015-09-21Merge pull request #1097 from owncloud/refactor-send-messageSteffen Lindner
2015-09-21Merge pull request #1080 from owncloud/messagescontroller-testsSteffen Lindner
2015-09-21Merge pull request #1082 from owncloud/pagecontroller-testsSteffen Lindner
2015-09-21add more folderscontroller unit testsChristoph Wurst
2015-09-21add more messagescontroller unit testsChristoph Wurst
2015-09-21split accountscontroller::send into testable chunks and add testsChristoph Wurst
2015-09-21add unit tests for pagecontrollerChristoph Wurst
2015-09-18Merge pull request #1086 from owncloud/proxycontroller-testsChristoph Wurst