svn commit: r549181 - /jakarta/commons/proper/email/trunk/pom.xml

2007-06-20 Thread bspeakmon
Author: bspeakmon
Date: Wed Jun 20 11:31:33 2007
New Revision: 549181

URL: http://svn.apache.org/viewvc?view=revrev=549181
Log:
- use org.apache.commons for groupId

Modified:
jakarta/commons/proper/email/trunk/pom.xml

Modified: jakarta/commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/pom.xml?view=diffrev=549181r1=549180r2=549181
==
--- jakarta/commons/proper/email/trunk/pom.xml (original)
+++ jakarta/commons/proper/email/trunk/pom.xml Wed Jun 20 11:31:33 2007
@@ -25,7 +25,7 @@
 version3/version
 /parent
 modelVersion4.0.0/modelVersion
-groupIdcommons-email/groupId
+groupIdorg.apache.commons/groupId
 artifactIdcommons-email/artifactId
 version1.1-SNAPSHOT/version
 nameCommons-Email/name
@@ -275,5 +275,17 @@
 /plugin
 /plugins
 /build
+
+reporting
+plugins
+plugin
+groupIdorg.apache.maven.plugins/groupId
+artifactIdmaven-checkstyle-plugin/artifactId
+configuration
+configLocationconf/checkstyle.xml/configLocation
+/configuration
+/plugin
+/plugins
+/reporting
 
 /project



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r549182 - /jakarta/commons/proper/email/trunk/STATUS.html

2007-06-20 Thread bspeakmon
Author: bspeakmon
Date: Wed Jun 20 11:31:46 2007
New Revision: 549182

URL: http://svn.apache.org/viewvc?view=revrev=549182
Log:
- add self to STATUS

Modified:
jakarta/commons/proper/email/trunk/STATUS.html

Modified: jakarta/commons/proper/email/trunk/STATUS.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/STATUS.html?view=diffrev=549182r1=549181r2=549182
==
--- jakarta/commons/proper/email/trunk/STATUS.html (original)
+++ jakarta/commons/proper/email/trunk/STATUS.html Wed Jun 20 11:31:46 2007
@@ -89,6 +89,7 @@
 lia href=mailto:jmcnally at apache.orgJohn McNally/a (Emeritus 
Committer)/li
 lia href=mailto:jon at apache.orgJon Stevens/a (Emeritus 
Committer)/li
 lia href=mailto:dion at apache.orgdIon Gillard/a (Commons 
Committer)/li
+lia href=mailto:bspeakmon at apache.orgBen Speakmon/a (Commons 
Committer)/li
 /ul
 
 /body



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r549192 - /jakarta/commons/proper/email/trunk/pom.xml

2007-06-20 Thread bspeakmon
Author: bspeakmon
Date: Wed Jun 20 12:00:58 2007
New Revision: 549192

URL: http://svn.apache.org/viewvc?view=revrev=549192
Log:
- back out groupId change, since it'll trash unforeseen things

Modified:
jakarta/commons/proper/email/trunk/pom.xml

Modified: jakarta/commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/pom.xml?view=diffrev=549192r1=549191r2=549192
==
--- jakarta/commons/proper/email/trunk/pom.xml (original)
+++ jakarta/commons/proper/email/trunk/pom.xml Wed Jun 20 12:00:58 2007
@@ -25,7 +25,7 @@
 version3/version
 /parent
 modelVersion4.0.0/modelVersion
-groupIdorg.apache.commons/groupId
+groupIdcommons-email/groupId
 artifactIdcommons-email/artifactId
 version1.1-SNAPSHOT/version
 nameCommons-Email/name



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r549221 - /jakarta/commons/proper/email/trunk/conf/checkstyle.xml

2007-06-20 Thread bspeakmon
Author: bspeakmon
Date: Wed Jun 20 13:28:42 2007
New Revision: 549221

URL: http://svn.apache.org/viewvc?view=revrev=549221
Log:
- remove basedir property reference; tested on java 1.4 with m1 and m2 and 
works fine.

Modified:
jakarta/commons/proper/email/trunk/conf/checkstyle.xml

Modified: jakarta/commons/proper/email/trunk/conf/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/conf/checkstyle.xml?view=diffrev=549221r1=549220r2=549221
==
--- jakarta/commons/proper/email/trunk/conf/checkstyle.xml (original)
+++ jakarta/commons/proper/email/trunk/conf/checkstyle.xml Wed Jun 20 13:28:42 
2007
@@ -67,7 +67,7 @@
 !-- Checks for Headers  --
 !-- See http://checkstyle.sf.net/config_header.html --
 module name=Header
-property name=headerFile value=${basedir}/conf/HEADER.txt/
+property name=headerFile value=conf/HEADER.txt/
 property name=ignoreLines value=2/
 /module
 
@@ -115,9 +115,9 @@
 !-- See http://checkstyle.sf.net/config_blocks.html --
 module name=AvoidNestedBlocks/
 module name=EmptyBlock
-   property name=option value=text/
-   property name=tokens value=LITERAL_CATCH/
-   /module
+property name=option value=text/
+property name=tokens value=LITERAL_CATCH/
+/module
 module name=LeftCurly
 property name=option value=nl/
 /module



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r548600 - /jakarta/commons/proper/email/trunk/pom.xml

2007-06-19 Thread bspeakmon
Author: bspeakmon
Date: Mon Jun 18 23:06:54 2007
New Revision: 548600

URL: http://svn.apache.org/viewvc?view=revrev=548600
Log:
- hack around pom problems to work on JVM 1.4

Modified:
jakarta/commons/proper/email/trunk/pom.xml

Modified: jakarta/commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/pom.xml?view=diffrev=548600r1=548599r2=548600
==
--- jakarta/commons/proper/email/trunk/pom.xml (original)
+++ jakarta/commons/proper/email/trunk/pom.xml Mon Jun 18 23:06:54 2007
@@ -187,6 +187,12 @@
 scopetest/scope
 /dependency
 dependency
+groupIdnet.sf.retrotranslator/groupId
+artifactIdretrotranslator-runtime/artifactId
+version1.2.1/version
+scopetest/scope
+/dependency
+dependency
 groupIdorg.subethamail/groupId
 artifactIdsubethasmtp-smtp/artifactId
 version1.2/version
@@ -201,6 +207,12 @@
 classifierjava14/classifier
 !--urlhttp://subethasmtp.tigris.org/wiser.html/url--
 scopetest/scope
+exclusions
+exclusion
+groupIdorg.subethamail/groupId
+artifactIdsubethasmtp-smtp/artifactId
+/exclusion
+/exclusions
 /dependency
 dependency
 groupIdcommons-logging/groupId



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r548813 - /jakarta/commons/proper/email/trunk/pom.xml

2007-06-19 Thread bspeakmon
Author: bspeakmon
Date: Tue Jun 19 11:23:10 2007
New Revision: 548813

URL: http://svn.apache.org/viewvc?view=revrev=548813
Log:
- use latest released version of commons-parent

Modified:
jakarta/commons/proper/email/trunk/pom.xml

Modified: jakarta/commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/pom.xml?view=diffrev=548813r1=548812r2=548813
==
--- jakarta/commons/proper/email/trunk/pom.xml (original)
+++ jakarta/commons/proper/email/trunk/pom.xml Tue Jun 19 11:23:10 2007
@@ -22,7 +22,7 @@
 parent
 groupIdorg.apache.commons/groupId
 artifactIdcommons-parent/artifactId
-version1/version
+version3/version
 /parent
 modelVersion4.0.0/modelVersion
 groupIdcommons-email/groupId



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r548595 - /jakarta/commons/proper/email/trunk/pom.xml

2007-06-18 Thread bspeakmon
Author: bspeakmon
Date: Mon Jun 18 22:32:57 2007
New Revision: 548595

URL: http://svn.apache.org/viewvc?view=revrev=548595
Log:
- fix wrong subethasmtp jar

Modified:
jakarta/commons/proper/email/trunk/pom.xml

Modified: jakarta/commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/pom.xml?view=diffrev=548595r1=548594r2=548595
==
--- jakarta/commons/proper/email/trunk/pom.xml (original)
+++ jakarta/commons/proper/email/trunk/pom.xml Mon Jun 18 22:32:57 2007
@@ -188,6 +188,14 @@
 /dependency
 dependency
 groupIdorg.subethamail/groupId
+artifactIdsubethasmtp-smtp/artifactId
+version1.2/version
+classifierjava14/classifier
+!--urlhttp://subethasmtp.tigris.org//url--
+scopetest/scope
+/dependency
+dependency
+groupIdorg.subethamail/groupId
 artifactIdsubethasmtp-wiser/artifactId
 version1.2/version
 classifierjava14/classifier



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r548162 - in /jakarta/commons/proper/email/trunk/lib: ./ subethasmtp-smtp-1.2-java14.jar subethasmtp-wiser-1.2-java14.jar

2007-06-17 Thread bspeakmon
Author: bspeakmon
Date: Sun Jun 17 18:47:48 2007
New Revision: 548162

URL: http://svn.apache.org/viewvc?view=revrev=548162
Log:
- adding subethasmtp/wiser dependencies (only for gump's convenience; won't be 
distributed)

Added:
jakarta/commons/proper/email/trunk/lib/
jakarta/commons/proper/email/trunk/lib/subethasmtp-smtp-1.2-java14.jar   
(with props)
jakarta/commons/proper/email/trunk/lib/subethasmtp-wiser-1.2-java14.jar   
(with props)

Added: jakarta/commons/proper/email/trunk/lib/subethasmtp-smtp-1.2-java14.jar
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/lib/subethasmtp-smtp-1.2-java14.jar?view=autorev=548162
==
Binary file - no diff available.

Propchange: 
jakarta/commons/proper/email/trunk/lib/subethasmtp-smtp-1.2-java14.jar
--
svn:mime-type = application/octet-stream

Added: jakarta/commons/proper/email/trunk/lib/subethasmtp-wiser-1.2-java14.jar
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/lib/subethasmtp-wiser-1.2-java14.jar?view=autorev=548162
==
Binary file - no diff available.

Propchange: 
jakarta/commons/proper/email/trunk/lib/subethasmtp-wiser-1.2-java14.jar
--
svn:mime-type = application/octet-stream



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r548164 - /jakarta/commons/proper/email/trunk/lib/README.txt

2007-06-17 Thread bspeakmon
Author: bspeakmon
Date: Sun Jun 17 19:02:08 2007
New Revision: 548164

URL: http://svn.apache.org/viewvc?view=revrev=548164
Log:
- added readme to lib

Added:
jakarta/commons/proper/email/trunk/lib/README.txt

Added: jakarta/commons/proper/email/trunk/lib/README.txt
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/lib/README.txt?view=autorev=548164
==
--- jakarta/commons/proper/email/trunk/lib/README.txt (added)
+++ jakarta/commons/proper/email/trunk/lib/README.txt Sun Jun 17 19:02:08 2007
@@ -0,0 +1,8 @@
+NOTE:
+
+These libraries are required by commons-email's test suite and are here
+only so that they can be built by Gump. They should not be distributed along
+with commons-email, as the Maven builds will manage them along with other
+dependencies.
+
+-Ben Speakmon (6/17/2007)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r547384 - /jakarta/commons/proper/email/trunk/project.xml

2007-06-14 Thread bspeakmon
Author: bspeakmon
Date: Thu Jun 14 13:01:21 2007
New Revision: 547384

URL: http://svn.apache.org/viewvc?view=revrev=547384
Log:
- fixed commons-logging scope property
- removed classifier tags from subetha dependencies

Modified:
jakarta/commons/proper/email/trunk/project.xml

Modified: jakarta/commons/proper/email/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/project.xml?view=diffrev=547384r1=547383r2=547384
==
--- jakarta/commons/proper/email/trunk/project.xml (original)
+++ jakarta/commons/proper/email/trunk/project.xml Thu Jun 14 13:01:21 2007
@@ -221,7 +221,6 @@
 groupIdorg.subethamail/groupId
 artifactIdsubethasmtp-wiser/artifactId
 version1.2/version
-classifierjava14/classifier
 urlhttp://subethasmtp.tigris.org/wiser.html/url
 properties
   scopetest/scope
@@ -231,7 +230,6 @@
 groupIdorg.subethamail/groupId
 artifactIdsubethasmtp-smtp/artifactId
 version1.2/version
-classifierjava14/classifier
 urlhttp://subethasmtp.tigris.org//url
 properties
   scopetest/scope
@@ -242,7 +240,9 @@
 artifactIdcommons-logging/artifactId
 version1.1/version
 urlhttp://jakarta.apache.org/commons/logging//url
-scopetest/scope
+properties
+  scopetest/scope
+/properties
 /dependency
 dependency
 groupIdmaven-plugins/groupId



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r545788 - /jakarta/commons/proper/email/trunk/pom.xml

2007-06-09 Thread bspeakmon
Author: bspeakmon
Date: Sat Jun  9 12:40:20 2007
New Revision: 545788

URL: http://svn.apache.org/viewvc?view=revrev=545788
Log:
- use wiser dependency from upstream maven repo

Modified:
jakarta/commons/proper/email/trunk/pom.xml

Modified: jakarta/commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/pom.xml?view=diffrev=545788r1=545787r2=545788
==
--- jakarta/commons/proper/email/trunk/pom.xml (original)
+++ jakarta/commons/proper/email/trunk/pom.xml Sat Jun  9 12:40:20 2007
@@ -188,16 +188,10 @@
 /dependency
 dependency
 groupIdorg.subethamail/groupId
-artifactIdsubethasmtp-wiser-jdk14/artifactId
+artifactIdsubethasmtp-wiser/artifactId
 version1.2/version
+classifierjava14/classifier
 !--urlhttp://subethasmtp.tigris.org/wiser.html/url--
-scopetest/scope
-/dependency
-dependency
-groupIdorg.subethamail/groupId
-artifactIdsubethasmtp-smtp-jdk14/artifactId
-version1.2/version
-!--urlhttp://subethasmtp.tigris.org//url--
 scopetest/scope
 /dependency
 dependency



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r545790 - in /jakarta/commons/proper/email/trunk: pom.xml project.xml

2007-06-09 Thread bspeakmon
Author: bspeakmon
Date: Sat Jun  9 12:50:26 2007
New Revision: 545790

URL: http://svn.apache.org/viewvc?view=revrev=545790
Log:
- removed unneeded retroweaver dependency and fixed maven1 build

Modified:
jakarta/commons/proper/email/trunk/pom.xml
jakarta/commons/proper/email/trunk/project.xml

Modified: jakarta/commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/pom.xml?view=diffrev=545790r1=545789r2=545790
==
--- jakarta/commons/proper/email/trunk/pom.xml (original)
+++ jakarta/commons/proper/email/trunk/pom.xml Sat Jun  9 12:50:26 2007
@@ -195,12 +195,6 @@
 scopetest/scope
 /dependency
 dependency
-groupIdnet.sourceforge.retroweaver/groupId
-artifactIdretroweaver-rt/artifactId
-version2.0/version
-scopetest/scope
-/dependency
-dependency
 groupIdcommons-logging/groupId
 artifactIdcommons-logging/artifactId
 version1.1/version

Modified: jakarta/commons/proper/email/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/project.xml?view=diffrev=545790r1=545789r2=545790
==
--- jakarta/commons/proper/email/trunk/project.xml (original)
+++ jakarta/commons/proper/email/trunk/project.xml Sat Jun  9 12:50:26 2007
@@ -219,8 +219,9 @@
 /dependency
 dependency
 groupIdorg.subethamail/groupId
-artifactIdsubethasmtp-wiser-jdk14/artifactId
+artifactIdsubethasmtp-wiser/artifactId
 version1.2/version
+classifierjava14/classifier
 urlhttp://subethasmtp.tigris.org/wiser.html/url
 properties
   scopetest/scope
@@ -228,17 +229,10 @@
 /dependency
 dependency
 groupIdorg.subethamail/groupId
-artifactIdsubethasmtp-smtp-jdk14/artifactId
+artifactIdsubethasmtp-smtp/artifactId
 version1.2/version
+classifierjava14/classifier
 urlhttp://subethasmtp.tigris.org//url
-properties
-  scopetest/scope
-/properties
-/dependency
-dependency
-groupIdnet.sourceforge.retroweaver/groupId
-artifactIdretroweaver-rt/artifactId
-version2.0/version
 properties
   scopetest/scope
 /properties



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r545815 - in /jakarta/commons/proper/email/trunk/src: java/org/apache/commons/mail/HtmlEmail.java test/org/apache/commons/mail/HtmlEmailTest.java

2007-06-09 Thread bspeakmon
Author: bspeakmon
Date: Sat Jun  9 16:46:00 2007
New Revision: 545815

URL: http://svn.apache.org/viewvc?view=revrev=545815
Log:
- EMAIL-35: Embedding raw DataSource Attachments
- added embed methods for File objects
- Javadoc fixes
- delete temp files created during test runs

Modified:

jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/HtmlEmail.java

jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java

Modified: 
jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/HtmlEmail.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/HtmlEmail.java?view=diffrev=545815r1=545814r2=545815
==
--- 
jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/HtmlEmail.java
 (original)
+++ 
jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/HtmlEmail.java
 Sat Jun  9 16:46:00 2007
@@ -16,6 +16,7 @@
  */
 package org.apache.commons.mail;
 
+import java.io.File;
 import java.io.IOException;
 import java.io.InputStream;
 import java.net.MalformedURLException;
@@ -25,6 +26,8 @@
 import java.util.Map;
 
 import javax.activation.DataHandler;
+import javax.activation.DataSource;
+import javax.activation.FileDataSource;
 import javax.activation.URLDataSource;
 import javax.mail.BodyPart;
 import javax.mail.MessagingException;
@@ -38,17 +41,41 @@
  * can also be set for HTML unaware email clients, such as text-based
  * email clients.
  *
- * pThis class also inherits from MultiPartEmail, so it is easy to
+ * pThis class also inherits from [EMAIL PROTECTED] MultiPartEmail}, so it 
is easy to
  * add attachments to the email.
  *
- * pTo send an email in HTML, one should create a HtmlEmail, then
- * use the setFrom, addTo, etc. methods.  The HTML content can be set
- * with the setHtmlMsg method.  The alternative text content can be set
- * with setTextMsg.
+ * pTo send an email in HTML, one should create a codeHtmlEmail/code, 
then
+ * use the [EMAIL PROTECTED] #setFrom(String)}, [EMAIL PROTECTED] 
#addTo(String)} etc. methods.
+ * The HTML content can be set with the [EMAIL PROTECTED] #setHtmlMsg(String)} 
method. The
+ * alternative text content can be set with [EMAIL PROTECTED] 
#setTextMsg(String)}.
  *
  * pEither the text or HTML can be omitted, in which case the main
  * part of the multipart becomes whichever is supplied rather than a
- * multipart/alternative.
+ * codemultipart/alternative/code.
+ *
+ * h3Embedding Images and Media/h3
+ *
+ * pIt is also possible to embed URLs, files, or arbitrary
+ * codeDataSource/codes directly into the body of the mail:
+ * precode
+ * HtmlEmail he = new HtmlEmail();
+ * File img = new File(my/image.gif);
+ * PNGDataSource png = new PNGDataSource(decodedPNGOutputStream); // a custom 
class
+ * StringBuffer msg = new StringBuffer();
+ * msg.append(lt;htmlgt;lt;bodygt;);
+ * msg.append(lt;img src=cid:).append(he.embed(img)).append(gt;);
+ * msg.append(lt;img src=cid:).append(he.embed(png)).append(gt;);
+ * msg.append(lt;/bodygt;lt;/htmlgt;);
+ * he.setHtmlMsg(msg.toString());
+ * // code to set the other email fields (not shown)
+ * /pre/code
+ *
+ * pEmbedded entities are tracked by their name, which for 
codeFile/codes is
+ * the filename itself and for codeURL/codes is the canonical path. It is
+ * an error to bind the same name to more than one entity, and this class will
+ * attempt to validate that for codeFile/codes and codeURL/codes. When
+ * embedding a codeDataSource/code, the code uses the codeequals()/code
+ * method defined on the codeDataSource/codes to make the determination.
  *
  * @since 1.0
  * @author a href=mailto:unknown;Regis Koenig/a
@@ -76,8 +103,8 @@
 protected String html;
 
 /**
- * Embedded images MapString,InlineImages where the key is the
- * user-defined image name
+ * Embedded images MapString, InlineImage where the key is the
+ * user-defined image name.
  */
 protected Map inlineImages = new HashMap();
 
@@ -97,7 +124,7 @@
 throw new EmailException(Invalid message supplied);
 }
 
-   this.text = aText;
+this.text = aText;
 return this;
 }
 
@@ -124,16 +151,16 @@
 /**
  * Set the message.
  *
- * pThis method overrides the MultiPartEmail setMsg() method in
- * order to send an HTML message instead of a full text message in
+ * pThis method overrides [EMAIL PROTECTED] 
MultiPartEmail#setMsg(String)} in
+ * order to send an HTML message instead of a plain text message in
  * the mail body. The message is formatted in HTML for the HTML
- * part of the message, it is let as is in the alternate text
+ * part of the message; it is left as is in the alternate text
  * part.
  *
- * @param msg A String.
- * @return An Email.
- * @throws EmailException see javax.mail.internet.MimeBodyPart

svn commit: r545027 - in /jakarta/commons/proper/commons-nightly/trunk: nightly_proper_maven2_list.txt nightly_proper_maven_list.txt

2007-06-06 Thread bspeakmon
Author: bspeakmon
Date: Wed Jun  6 19:37:16 2007
New Revision: 545027

URL: http://svn.apache.org/viewvc?view=revrev=545027
Log:
- moving email nightly build to maven 2

Modified:
jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven2_list.txt
jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven_list.txt

Modified: 
jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven2_list.txt
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven2_list.txt?view=diffrev=545027r1=545026r2=545027
==
--- jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven2_list.txt 
(original)
+++ jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven2_list.txt 
Wed Jun  6 19:37:16 2007
@@ -1 +1,2 @@
+email
 logging

Modified: 
jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven_list.txt
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven_list.txt?view=diffrev=545027r1=545026r2=545027
==
--- jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven_list.txt 
(original)
+++ jakarta/commons/proper/commons-nightly/trunk/nightly_proper_maven_list.txt 
Wed Jun  6 19:37:16 2007
@@ -11,7 +11,6 @@
 digester
 discovery
 el
-email
 io
 fileupload
 httpclient



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r544591 - /jakarta/commons/proper/email/trunk/xdocs/release_1_1.xml

2007-06-05 Thread bspeakmon
Author: bspeakmon
Date: Tue Jun  5 11:48:09 2007
New Revision: 544591

URL: http://svn.apache.org/viewvc?view=revrev=544591
Log:
- added starter release notes for 1.1

Added:
jakarta/commons/proper/email/trunk/xdocs/release_1_1.xml

Added: jakarta/commons/proper/email/trunk/xdocs/release_1_1.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/xdocs/release_1_1.xml?view=autorev=544591
==
--- jakarta/commons/proper/email/trunk/xdocs/release_1_1.xml (added)
+++ jakarta/commons/proper/email/trunk/xdocs/release_1_1.xml Tue Jun  5 
11:48:09 2007
@@ -0,0 +1,68 @@
+?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
+  titleRelease notes for 1.1/title
+  author email=commons-dev@jakarta.apache.orgCommons Documentation 
Team/author
+ /properties
+body
+
+section name=Release notes
+p
+These are the release notes for Commons-Email version 1.1.
+source
+INTRODUCTION:
+
+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.
+
+This release includes several important fixes and enhancements, including
+corrected MIME message construction, robust character set handling, and
+MultiPartEmail message optimization. All users of Commons-Email 1.0 are
+encouraged to upgrade.
+
+REQUIREMENTS:
+
+J2SE environments
+-
+
+Commons-Email requires at least JDK 1.4.
+
+Commons-Email requires at least JavaMail version 1.4. Get it
+a href=http://java.sun.com/products/javamail/;here/a.
+
+Commons-Email also requires the Java Activation Framework through JavaMail.
+Get it from a 
href=http://java.sun.com/products/javabeans/glasgow/jaf.html;here/a.
+
+Commons-Email has been tested with JDK 1.4.2_14, Java 1.5.0_11, and Java 
1.6.0_01.
+
+J2EE environments
+-
+
+Commons-Email should be compatible with J2EE 5+ compliant
+environments and run without additional requirements. Previous versions of
+J2EE do not support the required versions of JavaMail and JAF, so they must be
+specifically used in deployment.
+/source
+/p
+/section
+
+/body
+/document



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r544629 - in /jakarta/commons/proper/email/trunk: pom.xml project.xml src/test/org/apache/commons/mail/BaseEmailTestCase.java xdocs/building.xml

2007-06-05 Thread bspeakmon
Author: bspeakmon
Date: Tue Jun  5 13:55:13 2007
New Revision: 544629

URL: http://svn.apache.org/viewvc?view=revrev=544629
Log:
- EMAIL-64: Use wiser instead of dumbster for test cases
  - includes work by Bindul Bhowmik in original issue
- updated pom.xml and project.xml to reflect wiser, subethasmtp 
  and retroweaver dependencies
- updated build instructions
- removed dumbster dependency
- added self to developers list

Modified:
jakarta/commons/proper/email/trunk/pom.xml
jakarta/commons/proper/email/trunk/project.xml

jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/BaseEmailTestCase.java
jakarta/commons/proper/email/trunk/xdocs/building.xml

Modified: jakarta/commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/pom.xml?view=diffrev=544629r1=544628r2=544629
==
--- jakarta/commons/proper/email/trunk/pom.xml (original)
+++ jakarta/commons/proper/email/trunk/pom.xml Tue Jun  5 13:55:13 2007
@@ -49,23 +49,6 @@
 
urlhttp://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/url
 /scm
 
-   repositories
-!-- Used for getting dumbster test dependency only. --
-repository
-idapache.m1.snapshots/id
-nameApache M1 Snapshot repository/name
-layoutlegacy/layout
-urlhttp://people.apache.org/repo/m1-snapshot-repository/url
-snapshots
-enabledtrue/enabled
-checksumPolicyignore/checksumPolicy
-/snapshots
-releases
-enabledfalse/enabled
-/releases
-/repository
-   /repositories
-
 developers
 developer
 namedIon Gillard/name
@@ -146,6 +129,16 @@
 roles/
 timezone0/timezone
 /developer
+developer
+nameBen Speakmon/name
+idbspeakmon/id
+email[EMAIL PROTECTED]/email
+organizationApache Software Foundation/organization
+roles
+roleJava Developer/role
+/roles
+timezone-8/timezone
+/developer
 /developers
 contributors
 contributor
@@ -194,10 +187,30 @@
 scopetest/scope
 /dependency
 dependency
-groupIddumbster/groupId
-artifactIddumbster/artifactId
-versionSNAPSHOT/version
-!--urlhttp://quintanasoft.com/dumbster//url--
+groupIdorg.subethamail/groupId
+artifactIdsubethasmtp-wiser-jdk14/artifactId
+version1.2/version
+!--urlhttp://subethasmtp.tigris.org/wiser.html/url--
+scopetest/scope
+/dependency
+dependency
+groupIdorg.subethamail/groupId
+artifactIdsubethasmtp-smtp-jdk14/artifactId
+version1.2/version
+!--urlhttp://subethasmtp.tigris.org//url--
+scopetest/scope
+/dependency
+dependency
+groupIdnet.sourceforge.retroweaver/groupId
+artifactIdretroweaver-rt/artifactId
+version2.0/version
+scopetest/scope
+/dependency
+dependency
+groupIdcommons-logging/groupId
+artifactIdcommons-logging/artifactId
+version1.1/version
+!--urlhttp://jakarta.apache.org/commons/logging//url--
 scopetest/scope
 /dependency
 dependency
@@ -224,12 +237,12 @@
 /resource
 /resources
 testResources
-   testResource
-   directorysrc/test/directory
-   excludes
-   exclude**/*.java/exclude
-   /excludes
-   /testResource
+testResource
+directorysrc/test/directory
+excludes
+exclude**/*.java/exclude
+/excludes
+/testResource
 /testResources
 plugins
 plugin

Modified: jakarta/commons/proper/email/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/project.xml?view=diffrev=544629r1=544628r2=544629
==
--- jakarta/commons/proper/email/trunk/project.xml (original)
+++ jakarta/commons/proper/email/trunk/project.xml Tue Jun  5 13:55:13 2007
@@ -30,9 +30,9 @@
 
 licenses
   license
-   nameThe Apache Software License, Version 2.0/name
-   url/LICENSE.txt/url
-   distributionrepo/distribution
+nameThe Apache Software License, Version 2.0/name
+url/LICENSE.txt/url
+distributionrepo/distribution
   /license
 /licenses
 
@@ -158,6 +158,16 @@
   roles/
   timezone0/timezone
 /developer
+developer
+nameBen

svn commit: r542313 - /jakarta/commons/proper/commons-build/trunk/xdocs/contributors.xml

2007-05-29 Thread bspeakmon
Author: bspeakmon
Date: Mon May 28 13:25:16 2007
New Revision: 542313

URL: http://svn.apache.org/viewvc?view=revrev=542313
Log:
adding myself

Modified:
jakarta/commons/proper/commons-build/trunk/xdocs/contributors.xml

Modified: jakarta/commons/proper/commons-build/trunk/xdocs/contributors.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/xdocs/contributors.xml?view=diffrev=542313r1=542312r2=542313
==
--- jakarta/commons/proper/commons-build/trunk/xdocs/contributors.xml (original)
+++ jakarta/commons/proper/commons-build/trunk/xdocs/contributors.xml Mon May 
28 13:25:16 2007
@@ -33,6 +33,7 @@
 liHenri Yandell (bayard)/li
 liJeff Brekke (brekke)/li
 liBruno D'Avanzo (brudav)/li
+liBen Speakmon (bspeakmon)/li
 liCostin Manolache (costin)/li
 liCraig R. McClanahan (craigmcc)/li
 liDaniel F. Savarese (dfs)/li



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]