[Java-gnome-developer] Email attachment, body parsing via GMime on Java
Brought to you by:
afcowie
From: Sharma, A. <ash...@hp...> - 2011-02-08 19:07:28
|
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 experience. If no, can somebody please guide me what are the requirements and interfaces that I can use for writing JNI for GMime. My communication(http://mail.gnome.org/archives/gmime-devel-list/2011-February/msg00000.html) on GMime developer mailing list has directed me to contact here as java-gnome binding can give me idea on how I can write java bindings for GMime. I need an approach that takes in the smtp data stream and returns me with an array of attachment references or streams in fully parsed out form in java. Please help. Thanks in advance Ashish Sharma |