Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Lotus Notes

From: brett:codeconscious at: 11-May-2001 10:44

A trick I use to get messages out of Outlook Express (which does not export very well) is to select a whole bunch of emails and then click on the Forward button. The result is all the selected emails become attachments (type message/rfc822) of a multipart mime message - which I then save using Outlook Express' message save option. This then is a text file which can be processed using a Rebol/View MIME handling script I made. A program I wrote recently is layered on top of this for a nice interface - it will write out all the messages as seperate files into a directory. Goto: http://www.codeconscious.com/rebsite/emails.r or Rebol/View/Desktop/Sites/Code C./Emails Might be worth seeing if you can do something similar with Notes prior to someone writing a "proper" interface. Brett.