Hi,
All I’m really trying to do is export emails from Outlook Express
to a plain text file.
I wondered if there might be some Windows API that I could call
from ruby to accomplish this?
Thanks for any tips,
Regards,
Bill
Hi,
All I’m really trying to do is export emails from Outlook Express
to a plain text file.
I wondered if there might be some Windows API that I could call
from ruby to accomplish this?
Thanks for any tips,
Regards,
Bill
Bill K. wrote:
All I’m really trying to do is export emails from Outlook Express
to a plain text file.I wondered if there might be some Windows API that I could call
from ruby to accomplish this?
First, IIRC you can easily export emails to plain text files using
Outlook Express itself. You can drag a emails from OE to a windows
explorer window to export as .eml files.
If you want to do something else and want to automate it, here are some
resources that could help:
Info on the file format and related C++ source code:
http://oedbx.aroh.de/
PHP implementation of a reader class:
http://www.weberdev.com/get_example-3479.html
Cheers,
Dave
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs