Thanks Mark. You mean the source code for the three jar files "additionnal.jar, mail.jar, activation.jar" is available from the following link. I tried the download tab and it just has the jar files for download (on expanding these jar files I could only see the class file). Perhaps I should try the svn checkout?
http://code.google.com/p/javamail-android/ Thanks, Ambi. On Jan 15, 2:04 pm, Mark Murphy <[email protected]> wrote: > On Sun, Jan 15, 2012 at 8:59 AM, ambi <[email protected]> wrote: > > My requirement is to build an app that will send email to user at > > regular intervals but without any input from the user. Is there any > > way to do that? > > Use JavaMail or another email API. Or, do the mailing from some Web > service that you host, and have your app talk to that Web service. > > > I am aware of the javamail-android available at the > > following link but would like to know of any other way (perhaps > > something mentioned in the official android documentation). > > >http://code.google.com/p/javamail-android/ > > > I am bit sceptical to use javamail-android because the source code for > > the three jar files namely "additionnal.jar, mail.jar, activation.jar" > > is not available. > > JavaMail source code is most certainly available. Moreover, it is at > the link you supplied in your email. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > _The Busy Coder's Guide to Android Development_ Version 3.7 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

