summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Collapse)Author
2018-11-20chore(serde) added some serde attributes to Source/MetadataPhilipp Korber
2018-11-19chore(Resource) added a `content_id` methodPhilipp Korber
2018-11-19feat(resource) improved resource loadingPhilipp 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-16feat(core/test-utils) added test utils modulePhilipp Korber
- for enabling this feature wil add a `Context` impl. instance in a lazy_static which can be used for testing (but only for that!)
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.