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
AgeCommit message (Collapse)Author
2021-02-02Avoids using iconv with '//IGNORE' flag if possibleCyrille Bollu
Signed-off-by: Cyrille Bollu <cyr.debian@bollu.be>
2020-11-18Catch when iconv returns falseChristoph Wurst
This happens when iconv doesn't work as expected, e.g. on Alpine. Instead of causing a type error on the return value we can show a more useful exception. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-04Handle null email address before iconv conversionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-20Make sure the e-mail is valid UTF-8Roeland Jago Douma
Sometimes (I'm looking at you SPAM mails) the e-mail address will contain invalid UTF-8. This will make sure we only return valid UTF-8 by just stripping the invalid parts. Hacky: for sure Works: for me Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-15Fix some issues reported by PsalmChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-15Apply Psalm autofixesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14Mark immutable classes as immutableChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-14Update to nextcloud coding standard v0.3.0Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-31Add a cache for IMAP message in the databaseChristoph Wurst
Co-authored-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-16Pimp Address.phpRoeland Jago Douma
* Removed weird unused namespace * Added typehints * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-10-23Cleanup address handlingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>