summaryrefslogtreecommitdiff
path: root/src/camel/tests/message
Commit message (Collapse)AuthorAgeFilesLines
* I#443 - Camel: Mail header order in malformed message mattersMilan Crha2023-01-051-4/+102
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/443
* Camel: Use the same charset in all RFC2047-encoded wordsMilan Crha2021-11-251-2/+8
| | | | | | When a string is encoded with RFC2047, use the same charset for each of the words, with a fallback to UTF-8, if more charsets would be used.
* Camel: Use the same charset in all RFC2047-encoded wordsMilan Crha2021-11-251-1/+80
| | | | | | When a string is encoded with RFC2047, use the same charset for each of the words, with a fallback to UTF-8, if more charsets would be used.
* M!84 - Correct typos of doesnt/dontДилян Палаузов2021-11-081-1/+1
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/84
* Fix some issues found by Coverity ScanMilan Crha2017-09-261-4/+4
|
* Skip outdated Camel tests in 'make check'Milan Crha2017-03-011-2/+2
| | | | | | Some old tests are outdated and unmaintained and require revisit to pass, thus skip them in 'make check' for now, only let them build, thus they are at least buildable.
* Bug 764065 - [Camel] Port more classes to GObjectCorentin Noël2016-11-081-2/+2
| | | | Some parts had been done by Milan Crha.
* Reorganize directory structureMilan Crha2016-10-115-0/+734
Let's have it as it's common to be, which means top level src/ for sources, single data/ for data, and so on.