diff options
author | Alex Auvolat <alex@adnab.me> | 2022-06-30 16:18:08 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-06-30 16:18:08 +0200 |
commit | 484ad97b65ba2295aadd9cf7eaf865573b859a10 (patch) | |
tree | 4c36e89e46676619890332baca76fe85a2a56d8f /src/mail/mod.rs | |
parent | 3277fb16a84d1b7335a4590d69a3c65229204370 (diff) | |
download | aerogramme-484ad97b65ba2295aadd9cf7eaf865573b859a10.tar.gz aerogramme-484ad97b65ba2295aadd9cf7eaf865573b859a10.zip |
Skeleton for incoming mail processor
Diffstat (limited to 'src/mail/mod.rs')
-rw-r--r-- | src/mail/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mail/mod.rs b/src/mail/mod.rs index 8dc42c4..94a1712 100644 --- a/src/mail/mod.rs +++ b/src/mail/mod.rs @@ -4,6 +4,7 @@ pub mod mailbox; pub mod uidindex; pub mod unique_ident; pub mod user; +pub mod incoming; // Internet Message Format // aka RFC 822 - RFC 2822 - RFC 5322 |