Mac Mail .emlx format

Hi Everyone,

I’m trying to write a Ruby script that needs to convert mail messages
from Mac Mail .emlx proprietary format to mbox format. I found an
emlx-to-mbox converter, but I’d really like a Ruby library to do the
same job in an integrated way with my Ruby script. Has anyone done
anything like this before in Ruby? Any help would be gratefully
received.

Documentation from Apple about .emlx seems to be in short supply.

Regards,

Chris

On Apr 10, 1:16 pm, Chris D. [email protected] wrote:

Using Google’s Code Search, I found:

http://www.google.com/codesearch?hl=en&q=+emlx+show:7CCVyvUfa0c:ts3Vbvb5hNU:tPzAYRjq5H8&sa=N&cd=2&ct=rc&cs_p=http://www.vengefulcow.com/emlx2mbox/emlx2mbox.zip&cs_f=emlx2mbox/emlx2mbox.rb#a0

which lead me to:

http://www.vengefulcow.com/emlx2mbox/

Hope that helps.