|
|
@@ -73,7 +73,7 @@ import org.apache.tools.ant.types.FileSet; |
|
|
|
* MimeMail in {@link org.apache.tools.ant.taskdefs.email.MimeMailer MimeMailer}, |
|
|
|
* and a new intermediate UU format. |
|
|
|
* {@link org.apache.tools.ant.taskdefs.email.UUMailer UUMailer}. |
|
|
|
* |
|
|
|
* |
|
|
|
* @author Magesh Umasankar |
|
|
|
* @author glenn_twiggs@bmc.com |
|
|
|
* @author steve_l@iseran.com steve loughran |
|
|
@@ -165,7 +165,7 @@ public class EmailTask |
|
|
|
} |
|
|
|
|
|
|
|
/** Sets the mail server port |
|
|
|
* @see setPort(int) |
|
|
|
* @see Mailer#setPort(int) |
|
|
|
* @param port The port to use |
|
|
|
*/ |
|
|
|
public void setMailport( int port ) |
|
|
@@ -174,7 +174,7 @@ public class EmailTask |
|
|
|
} |
|
|
|
|
|
|
|
/** Sets the host |
|
|
|
* @see setHost() |
|
|
|
* @see Mailer#setHost() |
|
|
|
* @param host The host to connect to |
|
|
|
*/ |
|
|
|
public void setMailhost( String host ) |
|
|
|