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/src
AgeCommit message (Collapse)Author
2020-02-11Merge pull request #2644 from nextcloud/fix/change_forward_feedback_msgChristoph Wurst
Change forward msg
2020-02-11Merge pull request #2645 from nextcloud/fix/js-l10n-translationChristoph Wurst
Fix some missing translations
2020-02-11Change forward msgGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-02-11Merge pull request #2637 from nextcloud/fix/remove_subfolder_favoriteChristoph Wurst
Remove subfolders from Favorites
2020-02-11Fix some missing translationsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-11Remove mark all messages as readGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-02-10Remove subfolders from FavoritesGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-02-10Fix message not found handlingChristoph Wurst
When the server returns a 404 for an unknown messge the loading shinner was shown indefinitely before because of a TypeError (the loaded message can be undefined, thus the .uid access causes an error). This shows the expected error page again. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-10Add a lazy structure analyzation to get the attachments icon backChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-06Add alignment as formatting option in text editorChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-06Add headings as formatting option in text editorChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-05Fix error matching in production buildChristoph Wurst
Webpack renames classes, hence this didn't work in production mode. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-04Don't handle sync conflicts as errorsChristoph Wurst
Log them as info, but not error. And just carry on. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-04Merge pull request #2562 from nextcloud/feature/opt-out_data_collectionChristoph Wurst
Add user setting to opt-out from data collection
2020-02-04Merge pull request #2612 from ↵Christoph Wurst
nextcloud/enhancement/envelope-fetch-conflict-retry Try to recover from server errors
2020-02-04Merge pull request #2607 from nextcloud/remove_stats_from_favoritesChristoph Wurst
Remove stats from favorites
2020-02-04Merge pull request #2585 from nextcloud/fix_folderStatsChristoph Wurst
Fix folderStats
2020-02-04Try to recover from server errorsChristoph Wurst
* Migrate Vue folder fetch code to async-await * Introduce match helper to match to error types * Match lock and initial sync errors Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-04Fix folderStatsGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-02-04Fix fetchFolderStats functionGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-02-04Use instanceof check for error identificationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-03Detect missing mailbox cache and block access to messagesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-03Merge pull request #2604 from nextcloud/fix/sync-no-uidsChristoph Wurst
Fix HTTP500 when no UIDs are sent
2020-02-03Remove statistics for favoritesGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-02-03Use JSend-inspired JSON response structuresChristoph Wurst
We don't want SOAP messages, but having a bit of standardized structure in JSON responses makes it easier to interpret them in code. This is just a start for errors. We will have to also migrate the existing (success) respones at some point. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-03Fix HTTP500 when no UIDs are sentChristoph Wurst
UIDs are sent as GET parameter. As this can't be used when the array is empty, it appeared as if the parameter wasn't sent by the client code. Thus adding a default value for this case. 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>
2020-01-31Fix folderStatsGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-31Merge pull request #2581 from nextcloud/add_translated_string_for_unnamedChristoph Wurst
Add translated default string for unnamed
2020-01-30Add translated default string for unnamedGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-29Fix saving all attachments to filesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-28Add plural form for emailGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-27Add user setting to opt-out from data collectionGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-27Merge pull request #2490 from nextcloud/fix/create-folderChristoph Wurst
Fix creating a new mailbox
2020-01-27Merge pull request #2454 from ↵Christoph Wurst
StCyr/fix-remove-original-recipient-from-to-and-cc-fields-in-replies Uses ReplyBuilder.js to compute the list of recipients when replying to a email.
2020-01-24Merge pull request #2543 from nextcloud/fix/preserve-recipient-blurChristoph Wurst
Preserve recipient input when focus is lost
2020-01-24Merge pull request #2541 from nextcloud/fix/embedded-messages-as-attachmentsChristoph Wurst
Show embedded messages as attachments
2020-01-24Preserve recipient input when focus is lostChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-24Merge pull request #2542 from nextcloud/remove_info_icon_from_allInboxChristoph Wurst
Remove inbox statisticts for unified inbox
2020-01-24Remove inbox statisticts for uunified inboxGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-24Show embedded messages as attachmentsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-24Merge pull request #2539 from nextcloud/mailto_buttonChristoph Wurst
Add mailto: protocol handler
2020-01-24Add mailto: protocol handlerGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-23- Adds a unit test for ReplyBuilder.js for when original sender is the same ↵Cyrille Bollu
as replier (self-sent emails) - Fixes an edge-case for ReplyBuilder.js Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-01-23Merge pull request #2533 from nextcloud/change_cc_bccChristoph Wurst
Change Copy/Blind Copy into CC/BCC
2020-01-23Change Copy/Blind Copy into CC/BCCGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-23fixes some bugs introduced by commit a3bf121c011a9a83693b90a114457b5e26545df1Cyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-01-23FIX: When replying to a mail, remove sender from recipients' list when ↵Cyrille Bollu
sender is ourself Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-01-23Uses ReplyBuilder.js to compute the list of recipients when replying toCyrille Bollu
a email. Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-01-22Merge pull request #2527 from nextcloud/disable_send_buttonGreta
disable send button when to, cc, bcc is empty