Open
Description
Hi! I'm a new user and trying to get a flying start with the gem. Does it (plan to) support any of the following?
- Guess if mime part is an actual "attachment" or decoration garbage for HTML mail
- Convert HTML mail to plain text
- When doing
mail = Mail.read_from_string("From mbox\nSubject: Bar\n")
, how does one get the mboxFrom
line? - Parse an mbox file into an array of mail objects
- Decode virus killer links in body (
urldefense.proofpoint.com
,*.safelinks.protection.outlook.com
, etc.) - Sanitize file names in attachments (for saving safely to disk)
- Handle bounced email (
message/delivery-status
andmessage/rfc822
) - Quote email (append
>
to each line) - Add a mail signature from
~/.signature
- Utilize the contents of
~/.mailrc
files
Thanks in advance! This gem seems to be a real -- well -- gem :)
Metadata
Metadata
Assignees
Labels
No labels