summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* I#477 - Add search folder condition for overdue messagesHEADmasterMilan Crha2023-05-152-1/+6
| | | | | | | | This makes it possible to ask for a `due-by` user tag and search by it. It also adds parse of a date/time from a header-like value, not only from ISO 8601 or an integer. Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/477
* Update Catalan translationJordi Mas2023-05-121-596/+812
|
* Update Ukrainian translationYuri Chornoivan2023-05-091-83/+90
|
* Update Portuguese translationHugo Carvalho2023-05-091-236/+251
|
* Update Indonesian translationKukuh Syafaat2023-05-091-233/+251
|
* Update Georgian translationEkaterine Papava2023-05-081-670/+704
|
* evo-I#2345 - Wrong S/MIME certificate selection for encrypted emailMilan Crha2023-05-033-1/+26
| | | | Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2345
* I#474 - Camel: Set proper S/MIME signature verification status ][Milan Crha2023-05-021-0/+145
| | | | | | | Follow up fix, verify the signature when the certificate is not trusted, to properly claim whether the signature is or is not valid. Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/474
* I#474 - Camel: Set proper S/MIME signature verification statusMilan Crha2023-05-021-7/+10
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/474
* Update Friulian translationFabio Tomat2023-04-281-233/+251
|
* DOAP: No more mailing lists on mail.gnome.orgAndre Klapper2023-04-271-1/+0
|
* I#472 - Camel: Recognize disabled algorithms with S/MIME signaturesMilan Crha2023-04-251-1/+25
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/472
* I#469 - IMAPx: Ignore 'Permission denied' error on refreshMilan Crha2023-04-191-0/+9
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/469
* I#468 - Camel: Update developer documentation for camel_cipher_context_encrypt()Milan Crha2023-04-191-7/+10
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/468
* docs: Stop 'evolution-data-server' depend on 'gtkdoc-camel' targetMilan Crha2023-04-181-1/+0
| | | | It doesn't seem to be needed, thus remove the reference.
* M!123 - Camel: Fix PGP testChris Talbot2023-04-173-22/+20
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/123
* I#465 - camel-cipher-context: Make camel_cipher_validity_get_description() ↵Chris Talbot2023-04-112-2/+2
| | | | | | return a const Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/465
* Update Czech translationJiri Eischmann2023-04-061-2079/+2702
|
* Update Russian translationAleksandr Melman2023-04-031-175/+185
|
* Update Ukrainian translationYuri Chornoivan2023-04-021-177/+188
|
* CamelFilterDriver: Unset info's headers only when folder has summaryMilan Crha2023-03-311-7/+9
| | | | | | Not every filtered folder has summary capability. Asking for a message info for such folders results in a runtime warning. This one could be seen when filtering for example POP3 messages.
* M!121 - build: Fix WITH_PRIVATE_DOCS hintJan Tojnar2023-03-311-1/+1
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/121
* IMAPX: Add option for "Single client mode"Milan Crha2023-03-3110-17/+231
| | | | | | The "Single client mode" is enabled by default and it means that full folder update (check of flags on old messages) is done only once per day, which can save bandwidth and time significantly.
* I#462 - Fails to refresh backend with offline changes and broken local cache ↵Milan Crha2023-03-293-6/+52
| | | | | | state Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/462
* WebDAV backends: Specify cache file in an error messageMilan Crha2023-03-273-4/+27
| | | | This should make it easier to locate the corresponding cache file.
* Update Dutch translationNathan Follens2023-03-261-414/+427
| | | | (cherry picked from commit 3d61c88084ad4ecaaa6f268360610d1a165cb102)
* Update Bulgarian translationAlexander Shopov2023-03-251-243/+407
| | | | (cherry picked from commit 163e56cca6e93b744a09c4adf234bba9adf58e7d)
* I#461 - backends: React to destination URI changesMilan Crha2023-03-249-7/+185
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/461
* WebDAV Notes: Fallback to derive component summary from descriptionMilan Crha2023-03-241-1/+25
| | | | | | | When the component summary is not received, derive it from the first line of the description, thus the summary is not left empty. Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/461
* M!120 - camel: Remove the last use of GTimeValCorentin Noël2023-03-202-4/+6
| | | | | | | | Replace the last occurence of GTimeVal and replace it with GDateTime. Also use ASCII compare for 'BODY' in UID search in IMAPx. Closes: https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/120
* LDAP: Change how debug prints are printedMilan Crha2023-03-201-118/+91
| | | | | This produces similarly looking debug output with less code and less manual writing.
* M!117 - Replace GTimeVal by GDateTime or int64Corentin Noël2023-03-208-166/+177
| | | | | | We need to use something else to be Y2038-proof. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/117
* Update Bulgarian translationAlexander Shopov2023-03-191-154/+160
| | | | (cherry picked from commit b5cfe9dd82b805548ab4a499ca049197d2e90672)
* Update Bulgarian translationAlexander Shopov2023-03-181-2669/+5705
|
* I#459 - Camel: POP3's 'UTF8' command blocking loginMilan Crha2023-03-171-1/+1
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/459
* M!119 - Calendar: Change file backend discard_alarm() functionMilan Crha2023-03-171-11/+4
| | | | | | | No need to create new detached instances when discarding an alarm, better to update the main component with the new acknowledge date/time. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/119
* M!116 - libedataserver: Disable deprecation notice around e_flag_timed_waitCorentin Noël2023-03-171-0/+2
| | | | | | | GTimeVal is indeed deprecated and so is e_flag_timed_wait itself so no need for another Y2038-proof function here. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/116
* Post-release version bumpMilan Crha2023-03-172-3/+3
|
* NEWS update for 3.48.03.48.0Milan Crha2023-03-172-1/+23
|
* Update Finnish translationJiri Grönroos2023-03-141-2068/+2388
|
* EReminderWatcher: Ensure correct default timezone set on ECalClientMilan Crha2023-03-141-0/+9
| | | | | | Using the same default timezone for the ECalClient as is used for the reminder watcher makes sure the floating times are calculated at the user's time zone, not as UTC.
* e-cal-util: Check for duplicate UIDs when generating alarmsMilan Crha2023-03-141-1/+18
| | | | | Detached instances may have the same alarm UID as the main object, in which case it would duplicate the alarms, which is not desired.
* Update Friulian translationFabio Tomat2023-03-131-418/+435
|
* Update British English translationBruce Cowan2023-03-131-2069/+2365
|
* Updated Spanish translationDaniel2023-03-131-21/+41
|
* Updated Danish translationAsk Hjorth Larsen2023-03-121-122/+140
|
* Update Chinese (Taiwan) translationChao-Hsiung Liao2023-03-111-1995/+2357
|
* Update Turkish translationSabri Ünal2023-03-061-4/+4
|
* M!115 - ci: Run the CI for the current commitCorentin Noël2023-03-061-0/+4
| | | | | | | | Amend the flatpak manifest on the fly to use the correct commit in the CI. Allows to actually run the CI against different branches than the default one. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/115
* M!115 - ci: Use CCache and store the flatpak-builder cacheCorentin Noël2023-03-061-1/+9
| | | | | | Allows to speed-up subsequent runs of the CI. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/115