Mailread from stdlib

Hello

mailread is written very bad.
It unable to extract “From” field from mailbox (it can differ from any
other header)
Also it cann’t get all values from repeated headers, such as
“Received”, only the last one

Hello again

It also destroys Headers, for example:
MIME-Version header becomes Mime-version
I think, it is wrong

On May 8, 4:36 pm, “Alex V. Breger” [email protected] wrote:

mailread is written very bad.
It unable to extract “From” field from mailbox (it can differ from any
other header)
Also it cann’t get all values from repeated headers, such as
“Received”, only the last one

Have you looked at TMail? http://i.loveruby.net/en/projects/tmail/

I think there is a gem called ActionMailer, but it depends on
actionpack and activesupport I believe.

Mike B.