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-11-05Improve html message renderingRichard Steinmetz
2020-11-05Handle null email address before iconv conversionChristoph Wurst
2020-11-03Remove dead methods from the Mailbox classChristoph Wurst
2020-11-03Drop the unused IMailBox interfaceChristoph Wurst
2020-11-03Merge pull request #3945 from nextcloud/techdept/folder-get-message-id-uidGreta
2020-11-03Merge pull request #3879 from nextcloud/fix/2859/save-all-to-filesChristoph Wurst
2020-11-02Fixes "Save all to Files" functionCyrille Bollu
2020-11-02Show avatars in search resultsCyrille Bollu
2020-11-02Rename $id to $uid to prevent ambiguity:wqChristoph Wurst
2020-10-30Store special mailboxes as preference of the accountChristoph Wurst
2020-10-30Type the QB mappers with the entity templateChristoph Wurst
2020-10-30Use a Github action for integration testsChristoph Wurst
2020-10-22Make the deserialized thread root ID nullableChristoph Wurst
2020-10-21Merge pull request #3591 from st3iny/feature/move-mailsChristoph Wurst
2020-10-20Make sure the e-mail is valid UTF-8Roeland Jago Douma
2020-10-20Add move action to envelope context menuRichard Steinmetz
2020-10-15Fix some issues reported by PsalmChristoph Wurst
2020-10-15Apply Psalm autofixesChristoph Wurst
2020-10-14Merge pull request #3560 from IchbinkeinReh/fix-mailbox-does-not-support-mod-...Christoph Wurst
2020-10-14Catch mailbox does not support mod-sequences error and force a full sync if i...Patrick Bender
2020-10-14Mark immutable classes as immutableChristoph Wurst
2020-10-13Fix documented type errorsChristoph Wurst
2020-10-09Fix more type and nullable errorsChristoph Wurst
2020-10-09Fix wrong documented typeChristoph Wurst
2020-10-09Apply Psalm autofixesChristoph Wurst
2020-10-09Fix doc comment on wrong lineChristoph Wurst
2020-10-09Fix possibly type errorChristoph Wurst
2020-10-08Fix psalm errorsChristoph Wurst
2020-10-08Fix wrong member type docChristoph Wurst
2020-10-08Use an empty array for empty json resonsesChristoph Wurst
2020-10-08Merge pull request #3751 from nextcloud/techdept/psalm-false-falseable-returnChristoph Wurst
2020-10-08Merge pull request #3750 from nextcloud/techdept/psalm-nullable-returnChristoph Wurst
2020-10-08Merge pull request #3755 from nextcloud/techdept/psalm-errors-1Roeland Jago Douma
2020-10-08Fix some obvious errors reported by Psalm, take 1Christoph Wurst
2020-10-08Fix import of wrong class in mail transmission codeChristoph Wurst
2020-10-08Fix wrong falseable returns detected by PsalmChristoph Wurst
2020-10-08Fix nullable return types reported by PsalmChristoph Wurst
2020-10-08Add psalm auto-generated return typesChristoph Wurst
2020-10-05Migrate remaining usage of ILogger to the PSR logger interfaceChristoph Wurst
2020-10-04Merge pull request #3718 from nextcloud/techdept/integration-logger-interfaceChristoph Wurst
2020-10-04Merge pull request #3719 from nextcloud/techdept/listener-logger-interfaceChristoph Wurst
2020-10-04Merge pull request #3717 from nextcloud/techdept/imap-logger-interfaceChristoph Wurst
2020-10-04Migrate \OCA\Mail\Integration\* to the PSR loggerChristoph Wurst
2020-10-04Migrate listeners to the PSR loggerChristoph Wurst
2020-10-04Migrate \OCA\Mail\IMAP\* to the logger interfaceChristoph Wurst
2020-10-04Merge pull request #3694 from nextcloud/techdept/middleware-logger-interfaceChristoph Wurst
2020-10-04Migrate middlewares to the PSR logger interfaceChristoph Wurst
2020-10-04Migrate controllers to the PSR logger interfaceChristoph Wurst
2020-09-30Merge pull request #3683 from nextcloud/enhancement/thread-export-commandGreta
2020-09-30Merge pull request #3684 from nextcloud/fix/remove-threading-debugging-codeChristoph Wurst