[Mono-list] Parsing email

Stéphane Zanoni stephane at omni-ts.com
Tue Nov 11 10:54:36 EST 2008


No problem Peter.  I haven't tried the latest version, but in the past
the libraries have been quit stable, I've only ever submitted two
performance fixes.  The versions I have used have compiled and worked
fine.  I'm sure it compiled on Mono as it was 100% managed, I don't
think it has ever been a problem for us.  

Might want to post something to the forum?
http://www.lumisoft.ee/Forum/default.aspx?g=topics&f=3


Stéphane 


>>> Peter Hagen <peter at wingsofdeath.nu> 11/11/2008 12:31 AM >>>
Thanx Stéphane

it looks like Lumisoft library does what I need, but I can't seem to
get
it compiled. Do you know if it compiles on Mono at this moment, and
what
version do you use?

cheers

Peter

On Mon, 2008-11-10 at 17:02 -0700, Stéphane Zanoni wrote:
> The .msg files are not Mime, so I can't imagin using GMime-Sharp
would work for you.  Plus the Lumisoft library is 100% managed and works
fine with Mime.
> 
> 
> >>> "Jorge Bastos" <mysql.jorge at decimal.pt> 11/10/2008 4:32 PM >>>
> Sorry my ignorance,
> Howto transform this to a .NET assembly?
> 
> 
> > -----Original Message-----
> > From: Jeffrey Stedfast [mailto:fejj at novell.com] 
> > Sent: segunda-feira, 10 de Novembro de 2008 23:26
> > To: Jorge Bastos
> > Cc: mono-list at lists.ximian.com 
> > 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: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 
> 
> 
> _______________________________________________
> 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