Cannot build inetlib package
alok vaidya <[email protected]> Thu, 18 Mar 2010 19:38:49 +0530
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Message-ID | <[email protected]> |
Hi, I ain't able to get a JAR created from the build.xml file of the inetlib package as required to create the mail JAR. I got the activation JAR created using ant on the build file, but no success with the inetlib file. I am building Gnu Javamail on Windows XP, primarily because I need the mbox file format from the Gnu Mbox package. I am building a Mail Client Application where I need the mbox format support because I would need to support POP3 protocol and hence would require to manage the mail store on the local disk for pop3 accounts. I have searched for APIs that offer the mbox format support ad found GNU's API, whih I got to know is used by many Mail Clients so decided to go with it. Am I going the right way ? Thanks, Alok.