summaryrefslogtreecommitdiffstats
path: root/core/tests/mail.rs
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2018-11-16 15:46:43 +0100
committerPhilipp Korber <p.korber@1aim.com>2018-11-16 15:46:43 +0100
commit652d6f0ffeee7302a2cb51059bef75d8b0bb50be (patch)
treec3851592642938172f280f7428d43e08b0fe2cbe /core/tests/mail.rs
parent0947fe8996149fe20a6d47a793f9555790eb2eae (diff)
refactor: merged sources of mail-headers,mail-internals,mail-core, mail
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.
Diffstat (limited to 'core/tests/mail.rs')
-rw-r--r--core/tests/mail.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/tests/mail.rs b/core/tests/mail.rs
new file mode 100644
index 0000000..b5f5066
--- /dev/null
+++ b/core/tests/mail.rs
@@ -0,0 +1,7 @@
+extern crate mail_core;
+extern crate mail_headers as headers;
+
+extern crate futures;
+extern crate soft_ascii_string;
+
+mod resource; \ No newline at end of file