Sorry my ignorance, Howto transform this to a .NET assembly?
> -----Original Message----- > From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED] > Sent: segunda-feira, 10 de Novembro de 2008 23:26 > To: Jorge Bastos > Cc: [email protected] > Subject: Re: [Mono-list] Parsing email > > You could try GMime-Sharp (make sure it is version 2.4.x), it's a > binding to the GMime C library which can parse MIME messages. > > I don't have any monodoc docs written for it, but it's pretty close to > the C API which is documented at > http://library.gnome.org/devel/gmime/stable/ > > You can download the source from > http://ftp.gnome.org/pub/GNOME/sources/gmime/2.4/ > > Jeff > > On Mon, 2008-11-10 at 23:01 +0000, Jorge Bastos wrote: > > I'm sure they all work. > > In fact I've seen them already, but they are all commercial and > that's not an option for me now. > > I have no problem to buy software, in fact I have a lot of it that I > buyed, but right now it's not a good time to invest. > > > > > > > > > -----Original Message----- > > > From: Stphane Zanoni [mailto:[EMAIL PROTECTED] > > > Sent: segunda-feira, 10 de Novembro de 2008 17:58 > > > To: Jorge Bastos; 'mono-list' > > > Subject: Re: [Mono-list] Parsing email > > > > > > I believe the .msg files use the OLE 2 Compound Document format > > > (proprietary format for MAPI?). > > > > > > A quick google for "parse msg files" or ".net .msg format" returned > a > > > couple results, nothing jumps out in the open/shared source realm. > > > > > > 100% managed (mono support) + purchasable source: > > > http://www.independentsoft.de/msg/index.html > > > > > > http://www.aspose.com/categories/utility-components/aspose.network- > for- > > > .net/default.aspx > > > > > > > > > java options (may be portable?) --> > > > http://www.rgagnon.com/javadetails/java-0613.html > > > > > > > > > If you do find something that works, let me know. > > > > > > > > > Stphane > > > > > > > > > >>> "Jorge Bastos" <[EMAIL PROTECTED]> 11/10/2008 9:43 AM >>> > > > And about the .msg one's? > > > > > > > > > > -----Original Message----- > > > > From: Stphane Zanoni [mailto:[EMAIL PROTECTED] > > > > Sent: segunda-feira, 10 de Novembro de 2008 16:23 > > > > To: Jorge Bastos; 'mono-list' > > > > Subject: Re: [Mono-list] Parsing email > > > > > > > > eml are just MIME.822 formatted, the Lumisoft library has well > > > > developed Mime parsing capabilities. > > > > > > > > > > > > >>> "Jorge Bastos" <[EMAIL PROTECTED]> 11/10/2008 7:29 AM > >>> > > > > Sorry not .eml, but .msg msoutlook 2003/2007 > > > > > > > > > > > > > -----Original Message----- > > > > > From: [EMAIL PROTECTED] [mailto:mono-list- > > > > > [EMAIL PROTECTED] On Behalf Of Jorge Bastos > > > > > Sent: segunda-feira, 10 de Novembro de 2008 14:26 > > > > > To: 'mono-list' > > > > > Subject: Re: [Mono-list] Parsing email > > > > > > > > > > Can this library parse the .eml messages from MSOutlook > 2003/2007? > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > From: [EMAIL PROTECTED] [mailto:mono-list- > > > > > > [EMAIL PROTECTED] On Behalf Of Damien > > > > > > Sent: segunda-feira, 10 de Novembro de 2008 14:22 > > > > > > To: Peter Hagen; [email protected] > > > > > > Subject: Re: [Mono-list] Parsing email > > > > > > > > > > > > Hi, > > > > > > > > > > > > The Lumisoft Net library : > > > > > > http://www.lumisoft.ee/lsWWW/Download/Downloads/Net/ > > > > > > > > > > > > Cheers, > > > > > > > > > > > > Damien > > > > > > > > > > > > 2008/11/10 Peter Hagen <[EMAIL PROTECTED]>: > > > > > > > Hi all > > > > > > > > > > > > > > does anyone know if there is a existing library or function > > > for > > > > > > parsing > > > > > > > email messages? For example to easily get the attachments? > > > > > > > > > > > > > > cheers > > > > > > > > > > > > > > Peter Hagen > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Mono-list maillist - [email protected] > > > > > > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > > > > > > > > _______________________________________________ > > > > > > Mono-list maillist - [email protected] > > > > > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > > > > > _______________________________________________ > > > > > Mono-list maillist - [email protected] > > > > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > > > _______________________________________________ > > > > Mono-list maillist - [email protected] > > > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > > > > _______________________________________________ > > > Mono-list maillist - [email protected] > > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > _______________________________________________ > > Mono-list maillist - [email protected] > > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
