summaryrefslogtreecommitdiffstats
path: root/smtp/src/request.rs
AgeCommit message (Collapse)Author
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-16core(smtp/deps) applied remaining changes from deps to smtp cratePhilipp Korber
2018-11-16refactor: prepared to be merged into different repositoryPhilipp Korber