Search: in
Javamail
Javamail in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       
Encyclopedia results for Javamail

Javamail





Encyclopedia results for Javamail

  1. JavaMail

    JavaMail is a Java programming language Java API used to receive and send email via SMTP , POP3 and IMAP . JavaMail is built into the Java EE platform, but also provides an optional package for use in Java SE . On March 2, 2009 , JavaMail 1.4.2 was released. Another open source JavaMail implementation exists GNU JavaMail while supporting only version 1.3 of JavaMail specification, it provides the only free NNTP backend, which makes possible to use this technology to read and send news group articles. Licensing From that date on, JavaMail is hosted as an open source project on Project Kenai . The source Code is available under the following licences ref http kenai.com projects javamail forums forum topics 604 JavaMail licensing Javamail Licensing Discussion ref CDDL CDDL 1.0 Gplv2 GPL 2.0 Examples source lang java5 import java.util. import javax.mail. import javax.mail.internet. import javax.activation. Send a simple, single part, text plain e mail public class TestEmail public static void main String args SUBSTITUTE YOUR EMAIL ADDRESSES HERE String to sendToMailAddress String from sendFromMailAddress SUBSTITUTE YOUR ISP S MAIL SERVER HERE String host smtp.yourisp.net Create properties, get Session Properties props new Properties If using static Transport.send , need to specify which host to send it to props.put mail.smtp.host , host To see what is going on behind the scene props.put mail.debug , true Session session Session.getInstance props try Instantiate a message Message msg new MimeMessage session Set message attributes msg.setFrom new InternetAddress from InternetAddress ... http www.oracle.com technetwork java javamail 138606.html JavaMail Homepage http kenai.com projects javamail JavaMail project site on Kenai http www.gnu.org software classpathx javamail javamail.html GNU JavaMail Category Email Category Java platform de JavaMail es JavaMail fr JavaMail ko it JavaMail hu JavaMail nl JavaMail ru JavaMail ...   more details



  1. List of Java APIs

    javamail available here Java USB for Windows none A USB communication of Java applications https ... Java Platform Application programming interface JavaMail DEFAULTSORT List Of Java Apis Category ...   more details



  1. Winstone Servlet Container

    Advert date December 2007 Cleanup laundry date January 2008 Winstone is a GNU General Public License LGPL licensed servlet container that was written out of a desire to provide Java Servlet functionality with a minimum of unnecessary features. It is not intended to be a completely fully functional Java Platform, Enterprise Edition Java EE style servlet container implementation. Winstone does not support API s unrelated to Java Servlets, such as JavaMail , Enterprise JavaBean s, etc. Other Servlet container implementations, such as Jakarta Tomcat Tomcat , Jetty web server Jetty , Resin Server Resin , JRun, and Weblogic can provide the missing functionality. The original goals in writing Winstone were Supply fast, reliable servlet container functionality for a single Web application web app per server this restriction is lifted as of v0.7 Keep the size of the core distribution jar as low as possible currently 155KB Keep configuration files to an absolute minimum, using command line options to optionally override sensible compiled in defaults. Eventually compile with GCJ to make a 3 4 MB Windows executable for local development deployment of servlets. This has not happened yet, because of some GCJ class loading problems. Optionally support JSP compilation using Apache Software Foundation Apache s Tomcat Jasper Jasper . all text above used with permission Advantages Simple fast deployment a single jar file is often all that s needed, which can be started from the command line with something as simple as java jar winstone.jar webroot or options A focus on decomposability. That is, it has been designed in a way that if you don t need a certain feature of the servlet specification e.g. authentication, cluster support, servlet reloading or JSPs , it is possible to remove the package corresponding to that feature from the winstone jar file, and the feature will be disabled. This can help in embedded environments, where size is at a premium. Size and speed winstone has a lot ...   more details



  1. Java EE version history

    API JMS 1.1 Java Transaction API JTA 1.0 JavaMail API 1.3 JavaBeans Activation Framework JAF 1.0 ... JTA 1.1 http jcp.org en jsr detail?id 907 JSR907 JavaMail API 1.4 http jcp.org en jsr detail?id 919 ... en jsr detail?id 907 JSR907 ya JavaMail API 1.4 http jcp.org en jsr detail?id 919 JSR919 colspan ...   more details



  1. Restlet

    HTTP Client, Net JDK s HttpURLConnection , JavaMail , JDBC . History Founder Jerome Louvel of Noelios ...   more details



  1. Apache James

    streams, independent of Sun s JavaMail API. Development James was originally formed under the Jakarta ...   more details



  1. DomainKeys Identified Mail

    for quick integration with javamail BSD license http kb.atmail.com 2008 installing dkim for outbound ...   more details



  1. Spring Roo

    and mail sender support via Javamail Entity extensive support for automatically maintaining Java Persistence ...   more details




Articles 1 - 8 of 8         


Search   in  
Search for Javamail in Tutorials
Search for Javamail in Encyclopedia
Search for Javamail in Videos
Search for Javamail in Books
Search for Javamail in Software
Search for Javamail in DVDs
Search for Javamail in Store


Advertisement




Javamail in Encyclopedia
Javamail top Javamail

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.info All Rights Reserved. Privacy Statement