summaryrefslogtreecommitdiffstats
path: root/mail
AgeCommit message (Collapse)Author
2019-10-11cargo: Update author and maintenance badge.HEADmasterPhilipp Korber
2019-10-11cargo(version): bumped minor version numberPhilipp Korber
2019-10-11chore(deps): updated depsPhilipp Korber
- make all parts which use vec1 depend on v1.3.0 (and use `try_from_vec`) - make all parts which use mail-internals depend on v0.2.3 (which has an important bug fix)
2019-10-11cargo(version): bumped patch versionPhilipp Korber
2019-03-04cargo(version): bumped patch version numberPhilipp Korber
2019-03-04cargo(docs.rs): add flaggs so that it's build with handlebars featurePhilipp Korber
2019-02-14cargo(version): bumped patch version of mailPhilipp Korber
2019-02-14doc(mail): use absolute github links for examplePhilipp Korber
- Else example links won't work on some of the places the readme is displayed at. - But this means the link will always go to the current master branch not the uploaded code. - We could point it to a tag/branch but then changing it manually with every release is bothersome and error prone.
2019-02-04chore(deps): Bumped patch version number as dependencies where bumped.Philipp Korber
2019-01-07chore(cargo/core) bumped patch version numberPhilipp Korber
2018-12-04cargo(version) bumped mail version to v0.6.4Philipp Korber
- uses newer min version of `mail-templates` (fixes a macro hygien related bug)
2018-12-03cargo(version) bumped to 0.6.3Philipp Korber
2018-12-03feat(Domain) impl `FromStr` for domainPhilipp Korber
2018-11-23doc(README) updated readme to be same as lib top level docPhilipp Korber
2018-11-23fix(mail) reduced amount of keywords to 5Philipp Korber
2018-11-23feat(mail/serde) re-export serde-impl featurePhilipp Korber
2018-11-23chore(mail/deps) use creates deps instead of path/github depsPhilipp Korber
2018-11-22doc(mail) updated documentationPhilipp Korber
2018-11-22fix(examples) made template example usable againPhilipp Korber
2018-11-22chore(examples) updated example templates to use handlebarsPhilipp Korber
2018-11-22refactor(mail/deps) changed the mail facade to mirror changes in dependenciesPhilipp Korber
2018-11-16chore(deps) applied api changes to examplesPhilipp Korber
2018-11-16refactor(mail/deps) now reexports `headers` instead of redefining itPhilipp Korber
2018-11-16feat(test-utils) re-export all test-util modulesPhilipp Korber
2018-11-16fix(core/serde) added missing feature gatesPhilipp Korber
2018-11-16refactor(wip) fixed more imports after merging mail-smtp into this repoPhilipp Korber
2018-11-16refactor(wip): fixed imports after moving deps into repoPhilipp Korber
2018-11-16refactor: merged sources of mail-headers,mail-internals,mail-core, mailPhilipp Korber
Originally it was palaned to do a merge with `--allow-unrelated-history` but this can not be doesn as `mail-core` has a "invalid" history which has a merge conflict **with itself**. So even rewinding the history on a empty repo is not possible. Instead the code was directly coppied over losing history. But the history is still available in the different `history-backup-*` branches. It is just that the past history is decoupled from the current history.