implement download attachments feature

This commit is contained in:
Clément DOUIN
2021-01-15 12:21:07 +01:00
parent 6f7ee69cfe
commit 1536fdb894
7 changed files with 112 additions and 29 deletions
+8 -7
View File
@@ -19,11 +19,12 @@ FLAGS:
-V, --version Prints version information
SUBCOMMANDS:
forward Forwards an email by its UID
help Prints this message or the help of the given subcommand(s)
list Lists all available mailboxes
read Reads an email by its UID
reply Replies to an email by its UID
search Lists emails matching the given IMAP query
write Writes a new email
attachments Downloads all attachments from an email
forward Forwards an email
help Prints this message or the help of the given subcommand(s)
list Lists all available mailboxes
read Reads text bodies of an email
reply Answers to an email
search Lists emails matching the given IMAP query
write Writes a new email
```