Re: [Java-gnome-developer] Email attachment, body parsing via GMime on Java

2011-02-08 Thread Andrew Cowie
On Tue, 2011-02-08 at 19:06 +, Sharma, Ashish wrote: > I am trying to use GMime library in my Java code. Has anybody tried > this already. Not that I've heard of. > If no, can somebody please guide me what are the requirements and > interfaces that I can use for writing JNI for GMime. Bindi

[Java-gnome-developer] Email attachment, body parsing via GMime on Java

2011-02-08 Thread Sharma, Ashish
Hi, I am using a small java smtp library (http://code.google.com/p/subethasmtp/), by this I need to parse the incoming emails in separate file components viz body, attachments etc. I am trying to use GMime library in my Java code. Has anybody tried this already. If yes then please share your