|
Commons Email example source code file (release_1_1.xml)
The Commons Email release_1_1.xml source code
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Release notes for 1.1
<author email="dev@commons.apache.org">Commons Documentation Team
</properties>
<body>
These are the release notes for Commons Email version 1.1.
<section name="Introduction">
<p>
Commons Email aims to provide a API for sending email. It builds on the JavaMail
API with the aim of presenting a simplified API which is easy for developers who
are not mail experts to use. It is a compact component with a small number of
classes.
</p>
<p>
The Commons Email website is the source for the most recent information,
downloads, reports, and bug status:
</p>
<p>
<a href="http://commons.apache.org/email/">http://commons.apache.org/email/
</p>
<p>
This is a maintenance release which fixes several bugs present in the 1.0
release and adds a number of small enhancements requested by
users. All current users are encouraged to upgrade.
</p>
</section>
<section name="Changes from 1.0">
<subsection name="Compatibility">
<ul>
<li>
Java 1.4 or later is now required. Earlier versions are no longer
supported by Sun.
</li>
<li>
JavaMail 1.4 or later and JavaBeans Activation Framework 1.1 or later are now
required.
</li>
<li>
The protected field <code>org.apache.commons.mail.HtmlEmail.inlineImages
is now deprecated. Its function is now performed by the
<code>org.apache.commons.mail.HtmlEmail.inlineEmbeds field; the new field
is a <code>Map instead of a
Other Commons Email examples (source code examples)Here is a short list of links related to this Commons Email release_1_1.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.