All Projects → xPret → Android-JavaMailSenderUtil

xPret / Android-JavaMailSenderUtil

Licence: GPL-3.0 license
Tiny Android app to send emails using JavaMail library

Programming Languages

java
68154 projects - #9 most used programming language

JavaMailSenderUtil

It is an Android application which uses a develped class to send emails using JavaMail library and does not require use Gmail Intents. If you want to use it and develope your own mail client you can use it under the GNU General Public License(see LICENSE file).

I would like to enhance the MailSender class adding new useMailProperties****() functions.

NOTICE

JavaMailSenderUtil uses the javamail-android library. This library is based on the opensourced version of JavaMail and activation (JAF) available in the glassfish repository, and some parts of Apache Harmony's opensource implementation of AWT. It is made up of 3 jars (additionnal.jar, mail.jar, activation.jar)

The source code is available under same licenses as JavaMail which are:

  • CDDL-1.0
  • GPL-2.0
  • BSD

You can download the used jars, see sources and the license term at https://code.google.com/p/javamail-android/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].