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 CDDL CDDL 1.0 Gplv2 GPL 2.0 BSD External links http www.oracle.com technetwork java javamail 138606.html JavaMail Homepage http kenai.com projects javamailJavaMail project site on Kenai http www.gnu.org software classpathx javamail javamail.html GNU JavaMailJavaMail 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 address new InternetAddress to msg.setRecipients Message.RecipientType.TO ... Email Category Java platform de JavaMail es JavaMail fr JavaMail ko it JavaMail hu JavaMail nl JavaMail ru JavaMail ... more details
Pooka may refer to Pooka band , British pop duo P ca , faery creature of Celtic folklore A race of rabbit like beings in the video game Odin Sphere An enemy in the Dig Dug series of games Pooka, Anya s dog in Anastasia 1997 film Anastasia A kith in the White Wolf role playing game Changeling The Dreaming . Pooka is an email client written in Java, using the Javamail API. disambig ... more details
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 eg 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 le ... more details
1.1 Java Transaction API JTA , Version 1.0.1B Java Transaction Service JTS , Version 1.0 JavaMail ... Java Transaction Service JTS , Version 1.0 JavaMail API Specification, Version 1.4 JavaBeans Activation ... 914 Java Transaction API JTA , Version 1.1 http jcp.org en jsr detail?id 907 JSR 907 JavaMail API ... more details
to build mail and messaging applications http java.sun.com products javamail available here Java ... interface JavaMail DEFAULTSORT List Of Java Apis Category Java APIs ko API ru Java API ... more details
Infobox software name OpenOffice.org logo Image OpenOffice.org.svg 220px screenshot Image OOo App Chooser.png 220px caption collapsible author developer Oracle Corporation and many others ref name about ooo cite web url http about.openoffice.org index.html title About OpenOffice.org date 2009 09 11 accessdate 2010 02 08 ref ref name contribs ooo cite web url http www.gnome.org michael blog ooo commit stats 2008.html title Measuring the true success of OpenOffice.org accessdate 2010 02 08 ref released Start date and age 2002 04 30 ref name about ooo frequently updated yes programming language C , Java programming language Java operating system Microsoft Windows br Mac OS X br Linux br Berkeley Software Distribution BSD br Unix platform Cross platform language Over 110 languages ref name langcount cite web url http wiki.services.openoffice.org wiki Languages title Language localization status work OpenOffice Language Localization Project accessdate 2009 11 06 ref status genre Office suite license GNU Lesser General Public License v3 ref name ooolicense cite web url http www.openoffice.org license.html title LGPL v3 publisher Oracle Corporation date accessdate 2009 04 22 ref OpenOffice.org 2 Beta 2 and earlier are dual licensing dual licensed under the Sun Industry Standards Source License SISSL and LGPL ref name ooolicensechange cite web url http www.openoffice.org FAQs license change.html title License Simplification FAQ publisher Oracle Corporation accessdate 2010 02 27 ref website http www.openoffice.org OpenOffice.org , commonly known as OOo or OpenOffice , is an open source software open source application suite whose main components are for Word processor word processing , spreadsheet s, Presentation program presentations , Graphics software graphics , and Relational database management system databases . ref name why1 It is available for a number of different computer operating system s, is distributed as free software and is written using its own Widget toolki ... more details