summaryrefslogtreecommitdiff
path: root/src/camel/tests/misc
Commit message (Collapse)AuthorAgeFilesLines
* I#396 - Camel: Read message ID-s with multiple `@`Milan Crha2022-06-161-1/+8
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/396
* evo-I#1621 - Prevent IDN homograph attacksMilan Crha2021-09-302-0/+133
| | | | | | | Add methods to help to recognize when the domain should be in ASCII and use it on appropriate places. Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1621
* I#300 - Camel: Conversion between UTF-8 and UTF-7 misbehaves for emojiMilan Crha2021-02-111-0/+8
| | | | | | | Convert to/from UTF-16 and use the 16-bits, instead of Unicode chars, which can be longer than 16-bits, like emoji's are. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/300
* Skip outdated Camel tests in 'make check'Milan Crha2017-03-011-3/+7
| | | | | | 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-082-3/+3
| | | | Some parts had been done by Milan Crha.
* Reorganize directory structureMilan Crha2016-10-119-0/+826
Let's have it as it's common to be, which means top level src/ for sources, single data/ for data, and so on.