summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2019-02-14cargo(version): bumped patch version of mailPhilipp Korber
2018-11-22chore(template) integrated template crate wrt. workspacePhilipp Korber
2018-11-16Merge `mail-smtp` repository into this repositorPhilipp Korber
2018-11-16refactor(wip): fixed imports after moving deps into repoPhilipp Korber
2018-11-16refactor: prepared to be merged into different repositoryPhilipp 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.
2018-09-25chore(deps) mail-types => mail-basePhilipp Korber
2018-09-06chore(deps) use new-tokio-smtp::send_mails functionalityPhilipp Korber
- reduces complexity of the interface _and_ the implementation
2018-08-22feat(extended-api) hide some parts behind a feature gatePhilipp Korber
(to expose a more clean interface for the 99% of cases where the now hidden parts are not needed by the api user)
2018-06-01fix(request): use commit_partial_headerPhilipp Korber
- for conversion of Mailbox to mailaddress the EncodingBuffer/EncodingWriter is used but we don't write a full header, so we need to use commit_partial_header or it will blow up if traceing is enabled
2018-05-11refactor(api): cleand thinks up and added documentationPhilipp Korber
2018-05-11chore(api+deps): strongly simplified api and uses changed depsPhilipp Korber
- the api was stringly simplified - uses new-tokio-smtp instead of tokio-smtp - inital commit of the changed api, some parts are not commit yet as they still have to be changed including e.g. the integration tests
2018-04-16wip: moved files over from mail-codec-composition but no integrationPhilipp Korber
- the smtp module in mail-codec-composition was moved to become this crate - but imports and path's where not yet changed in the moved files to represent this change - also dependencies are not yet updated - also some parts where in the process of beeing changed to use `new-tokio-smtp` instead of `tokio-smtp`, to not discard the works the wip files of that where used so it's roughly _just_ moving files over