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-09-14re-enable ProxyControllerTest::testProxy as it's mockable nowChristoph Wurst
2016-09-14Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2016-09-12Casting imap and smtp timeouts to intChris Jones
2016-09-10Making IMAP and SMTP timeouts configurableChris Jones
2016-09-08fallback for incorrectly advertised SORT capability (#51)Maximilian Zellhofer
2016-09-06enable server-side cache by defaultChristoph Wurst
2016-09-04Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2016-09-02enable server's app code checker and fix remaining issuesChristoph Wurst
2016-08-30use get* method to query DateTimeFormatterChristoph Wurst
2016-08-30use strict comparison and replace deprecated static method callChristoph Wurst
2016-08-29fix nc brandingAlexander Weidinger
2016-08-29fix nc brandingChristoph Wurst
2016-08-28Merge pull request #1628 from owncloud/inject-prefill-dataJan-Christoph Borchardt
2016-08-28Merge pull request #1629 from owncloud/deprecated-imagepathJan-Christoph Borchardt
2016-08-25use injected IUrlGenerator insteadChristoph Wurst
2016-08-25replace Util::linkToRoute with IUrlGenerator::linkToRouteChristoph Wurst
2016-08-25replace Util::imagePath with OCP\IURLGenerator::imagePathChristoph Wurst
2016-08-25inject prefilled dataChristoph Wurst
2016-08-06load list of accounts with the index page to speed up the initial loadingChristoph Wurst
2016-08-04Merge pull request #1573 from owncloud/increase-minimum-core-versionJan-Christoph Borchardt
2016-08-04fix license headersChristoph Wurst
2016-08-04add license header script and update php+js license headersChristoph Wurst
2016-08-03remove old debug constantChristoph Wurst
2016-08-03increase min core version to 9.0 and remove all version hacksChristoph Wurst
2016-08-02add aliases featuretahaa karim
2016-07-07update/unify license headersChristoph Wurst
2016-06-16use search strategy only if SORT is not supportedChristoph Wurst
2016-06-16fetch UIDs and DATEs of all messages and do the pagination client sideChristoph Wurst
2016-05-10Merge pull request #1473 from owncloud/import-ics-attachmentsSteffen Lindner
2016-05-09don't send messages in flowed text formatChristoph Wurst
2016-05-09show import button only on 9.0+Christoph Wurst
2016-05-09show import button if attachment is of type 'text/calendar'Christoph Wurst
2016-05-04Merge pull request #1457 from owncloud/js-cache-invalidationSteffen Lindner
2016-04-28Fix attachment download/download to owncloud filesChristoph Wurst
2016-04-27hide 'save all to files' if there is one or zero attachmentsChristoph Wurst
2016-04-26invalidate js cache if app version changesChristoph Wurst
2016-04-22Adds a timeout to the ispdb autoconfig query. Fixes #1417Bernhard Scheirle
2016-04-21No need to implement the interfaceChristoph Wurst
2016-04-21Merge pull request #1416 from owncloud/test-isbdb-xml-configChristoph Wurst
2016-04-21Merge pull request #1433 from owncloud/addresscollector-address-column-widthChristoph Wurst
2016-04-20Increase Address column width to 256Christoph Wurst
2016-04-17add Marionette AppRouterChristoph Wurst
2016-04-14use public method that can be mockedChristoph Wurst
2016-04-13test IspDb with real xml dataChristoph Wurst
2016-04-13IspDb: Fix leaking xml errorsBernhard Scheirle
2016-04-13Renames MozillaIspDb to IspDbBernhard Scheirle
2016-04-12Improves autoconfig by querying different mozilla isp sourcesBernhard Scheirle
2016-04-08fix return statement of MozillaIspDb::query (#1405)Scheirle
2016-04-01log SMTP communication #1392gouglhupf
2016-03-17Merge pull request #1354 from owncloud/color-indicator-of-new-messagesSteffen Lindner