You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Paul Spencer <pa...@mikon.com> on 2003/07/14 18:10:40 UTC

[PATCH] [NET] SimpleSMTPHeader - JDK 1.3 compatibility and optional subject

Please apply the attached patch.  It corrects the following problems:

1) toString() failed in JDK 1.3 because the method 
StringBuffer.append(StringBuffer) does not exist.  The method was added 
in JDK 1.4.

2) Empty subjects are in the message.  Now the subject will only be 
includes when it is non-null.

Thank you,
Paul Spencer