summaryrefslogtreecommitdiffstats
path: root/smtp
AgeCommit message (Collapse)Author
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-03-04cargo(version): bumped patch version numberPhilipp Korber
2019-03-04chore(smtp): reexport new-tokio-smp::Cmd in smtp::miscPhilipp Korber
2018-11-23chore(smtp/deps) use crates deps instead of path/github depsPhilipp Korber
2018-11-16chore(MailParts) made it simpler/more understandable by removing `Embedded` typePhilipp Korber
- Now `MailParts` and `BodyParts` have two arrays each one for `inline_embeddings` and one for `attachments` instead of mixing them togetther. - Now requires `Resource` instances instead of `Embedded` instances which wrap resource and add wether it's inline or attachment.
2018-11-16chore(deps) applied api changes to examplesPhilipp Korber
2018-11-16core(smtp/deps) applied remaining changes from deps to smtp cratePhilipp Korber
2018-11-16chore(smtp) applied some changes from depsPhilipp Korber
2018-11-16refactor: prepared to be merged into different repositoryPhilipp Korber