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
2020-01-30Pass a real octal num to chmodChristoph Wurst
2020-01-28Fix saving an embedded message to FilesChristoph Wurst
2020-01-27Merge pull request #2403 from nextcloud/fix/provision-account-automaticallyChristoph Wurst
2020-01-27Merge pull request #2490 from nextcloud/fix/create-folderChristoph Wurst
2020-01-27Fix automatic provisioning (for new users)Christoph Wurst
2020-01-24Merge pull request #2541 from nextcloud/fix/embedded-messages-as-attachmentsChristoph Wurst
2020-01-24Show embedded messages as attachmentsChristoph Wurst
2020-01-24Merge pull request #2534 from nextcloud/fix/itinerary-extractor-executableChristoph Wurst
2020-01-23Check return value of chmodChristoph Wurst
2020-01-23Make the itinerary extractor executable in a repair stepChristoph Wurst
2020-01-23Merge pull request #2529 from nextcloud/fix/contacts-group-service-no-categoryChristoph Wurst
2020-01-22Do not fail when no CATEGORY is set on contactsChristoph Wurst
2020-01-22Also allow Throwable in ErrorMiddlewarefix/error-middleware-throwableChristoph Wurst
2020-01-21Fix creating a new mailboxChristoph Wurst
2020-01-21Return full exception traceChristoph Wurst
2020-01-16Merge pull request #2414 from bfritscher/feature-contact-group-sendChristoph Wurst
2020-01-15Always update account display nameChristoph Wurst
2020-01-13Fix vanishing newlines of plaintext draftsChristoph Wurst
2020-01-09send to all emails of the contact matching a groupBoris Fritscher
2020-01-08remove unused importsBoris Fritscher
2020-01-08Implement contact group lookup and expansionBoris Fritscher
2020-01-08Use KItinerary to extract information from emails and attachmentsChristoph Wurst
2020-01-07base64_encode $folderId => Fixes https://github.com/nextcloud/mail/issues/2262Cyrille Bollu
2019-12-17Merge pull request #2367 from nextcloud/fix/imported-provisioning-config-defa...Christoph Wurst
2019-12-17Merge pull request #2364 from nextcloud/fix/favicon-vendor-cacheChristoph Wurst
2019-12-17Merge pull request #2347 from nextcloud/fix/non-active-provisioningChristoph Wurst
2019-12-17Make it possible to change the order of accountsChristoph Wurst
2019-12-17Auto-enable imported provisioning configChristoph Wurst
2019-12-16Fix local caching in external Favicon libChristoph Wurst
2019-12-16Fix accidental provisioning when it's actually disabledChristoph Wurst
2019-12-16Treat MIME part IDs as strings, not intsChristoph Wurst
2019-12-09Fix empty password for provisioned accountChristoph Wurst
2019-12-06Add a CLI command to diagnose IMAP accountsChristoph Wurst
2019-12-04Fix middleware registration on stable17Christoph Wurst
2019-12-04Persist provisioned accountsChristoph Wurst
2019-11-21Add php7.4 supportChristoph Wurst
2019-11-21Fix ical importChristoph Wurst
2019-11-05Clean up array access in content dispositon codeChristoph Wurst
2019-11-05Fall back to attachment name from content type if it's not set in content-dis...Christoph Wurst
2019-10-29Fix groups expansion on umlautsChristoph Wurst
2019-10-28Fix unnecessary line breaks in quoted reply textChristoph Wurst
2019-10-25Merge pull request #2167 from nextcloud/fix/plain-text-message-line-breaksChristoph Wurst
2019-10-25Fix line breaks in plain text messageChristoph Wurst
2019-10-25Fix encoding issues of the folder display nameChristoph Wurst
2019-10-23Fix missing account display name and email prefillChristoph Wurst
2019-10-23Improve redirect checkRoeland Jago Douma
2019-10-22Fix missing parent constructor callChristoph Wurst
2019-10-18Deprecate account IMAP connection methodChristoph Wurst
2019-10-17Lets use the server methods for cachingRoeland Jago Douma
2019-10-16Merge pull request #2111 from nextcloud/td/remove/messagescontroller/getAccountRoeland Jago Douma