meli/melib/src/email
Manos Pitsidianakis 505adca54d
Add forward mail option
Forward email with shortcut 'forward' (default ctrl+f)

This opens a composing tab letting you to select receiver etc.

"composing" config setting "forward_as_attachment" selects the
forwarding behavior:

- "ask" asks you ever time
- true always forwards by attaching the entire email as a single
attachment
- false always forwards by inlining the email, like most email clients
do.

Closes #120
2021-10-02 13:38:50 +03:00
..
compose Fix test errors and warnings 2020-11-21 02:09:18 +02:00
address.rs melib/email/address: add contains_address,subaddress methods 2020-09-10 21:19:38 +03:00
attachment_types.rs Add forward mail option 2021-10-02 13:38:50 +03:00
attachments.rs Fix some clippy suggestions 2021-09-12 14:33:00 +03:00
compose.rs Fix some clippy suggestions 2021-09-12 14:33:00 +03:00
headers.rs melib: add README.md and email module doco 2020-09-24 16:54:06 +03:00
list_management.rs melib/list_management: don't ignore "NO" in List-Post 2020-09-25 13:45:48 +03:00
mailto.rs melib: add README.md and email module doco 2020-09-24 16:54:06 +03:00
parser.rs add 'GB18030' charset 2021-09-05 13:08:32 +03:00
pgp.rs melib/attachments: add SMIME signature variant 2020-10-16 12:47:16 +03:00