[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Mac Mail .emlx format

Chris Duncan

4/10/2007 6:17:00 PM

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
http://rotsog.wor...

1 Answer

Dale Martenson

4/10/2007 7:38:00 PM

0

On Apr 10, 1:16 pm, Chris Duncan <cell...@gmail.com> wrote:
> 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.
>

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.zip&cs_f=emlx2mbox/emlx2...

which lead me to:

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

Hope that helps.