atom feed1 message in com.googlegroups.android-developersAndroid ported version of Gnu inetlib...
FromSent OnAttachments
f cDec 28, 2007 7:24 am 
Subject:Android ported version of Gnu inetlib for smtp,pop3,nntp,ftp,finger,ldap,imap,gopher,etc
From:f c (fred@gmail.com)
Date:Dec 28, 2007 7:24:21 am
List:com.googlegroups.android-developers

Hi folks, I was looking for a simple utility to help me send email to smtp servers securely. I initially tried to use javamail, but ran into issues with javamail. Since javamail depends on activation framework, which in turn depends on the awt and some native code, I searched for alternatives.

I came across the gnu inetlib libraries that is 100% java. It depends on portions of the gnu classpath libraries. I downloaded the source code from gnu, and stripped out most of the classes that weren't needed (also stripped out the awt dependencies).

So far, I've been able to use the smtp code from inetlib. I haven't tested the other protocols. If anyone is interested in using and helping verify a few protocols, let me know.