[Mono-list] Parsing email

Jeffrey Stedfast fejj at novell.com
Mon Nov 10 18:25:36 EST 2008


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: Stéphane Zanoni [mailto:Stephane at omni-ts.com]
> > 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" <mysql.jorge at decimal.pt> 11/10/2008 9:43 AM >>>
> > And about the .msg one's?
> > 
> > 
> > > -----Original Message-----
> > > From: Stphane Zanoni [mailto:stephane at omni-ts.com]
> > > 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" <mysql.jorge at decimal.pt> 11/10/2008 7:29 AM >>>
> > > Sorry not .eml, but .msg msoutlook 2003/2007
> > >
> > >
> > > > -----Original Message-----
> > > > From: mono-list-bounces at lists.ximian.com [mailto:mono-list-
> > > > bounces at lists.ximian.com] 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: mono-list-bounces at lists.ximian.com [mailto:mono-list-
> > > > > bounces at lists.ximian.com] On Behalf Of Damien
> > > > > Sent: segunda-feira, 10 de Novembro de 2008 14:22
> > > > > To: Peter Hagen; mono-list at lists.ximian.com
> > > > > 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 <peter at wingsofdeath.nu>:
> > > > > > 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  -  Mono-list at lists.ximian.com
> > > > > > http://lists.ximian.com/mailman/listinfo/mono-list
> > > > > >
> > > > > _______________________________________________
> > > > > Mono-list maillist  -  Mono-list at lists.ximian.com
> > > > > http://lists.ximian.com/mailman/listinfo/mono-list
> > > >
> > > > _______________________________________________
> > > > Mono-list maillist  -  Mono-list at lists.ximian.com
> > > > http://lists.ximian.com/mailman/listinfo/mono-list
> > >
> > > _______________________________________________
> > > Mono-list maillist  -  Mono-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/mono-list
> > 
> > 
> > _______________________________________________
> > Mono-list maillist  -  Mono-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list