diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-20 18:09:20 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-20 18:09:20 +0200 |
commit | ca4c2e7505f28acad688705d45cc5c5dca1799c3 (patch) | |
tree | 6820ad27dfdaa5e51e2f296832d75a4a9a6678ae /src/imap/command/mod.rs | |
parent | 5dd5ae8bcd6f88703bc483d7f8d5882fefad4e7e (diff) | |
download | aerogramme-ca4c2e7505f28acad688705d45cc5c5dca1799c3.tar.gz aerogramme-ca4c2e7505f28acad688705d45cc5c5dca1799c3.zip |
WIP refactor
Diffstat (limited to 'src/imap/command/mod.rs')
-rw-r--r-- | src/imap/command/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/imap/command/mod.rs b/src/imap/command/mod.rs new file mode 100644 index 0000000..c4fa4d8 --- /dev/null +++ b/src/imap/command/mod.rs @@ -0,0 +1,3 @@ +pub mod anonymous; +pub mod authenticated; +pub mod selected; |