Save This Page
Home » apache-ant-1.7.1-src » org.apache.tools » ant » taskdefs » optional » net » [javadoc | source]
org.apache.tools.ant.taskdefs.optional.net
public class: MimeMail [javadoc | source]
java.lang.Object
   org.apache.tools.ant.ProjectComponent
      org.apache.tools.ant.Task
         org.apache.tools.ant.taskdefs.email.EmailTask
            org.apache.tools.ant.taskdefs.optional.net.MimeMail

All Implemented Interfaces:
    Cloneable

Deprecated! since - 1.6.x. Use EmailTask instead.

A task to send SMTP email; Use mail instead
Fields inherited from org.apache.tools.ant.taskdefs.email.EmailTask:
AUTO,  MIME,  UU,  PLAIN
Fields inherited from org.apache.tools.ant.Task:
target,  taskName,  taskType,  wrapper
Fields inherited from org.apache.tools.ant.ProjectComponent:
project,  location,  description
Method from org.apache.tools.ant.taskdefs.optional.net.MimeMail Summary:
execute
Methods from org.apache.tools.ant.taskdefs.email.EmailTask:
addBcc,   addCc,   addFileset,   addFrom,   addMessage,   addReplyTo,   addTo,   createAttachments,   createHeader,   execute,   getCharset,   getIncludeFileNames,   setBccList,   setCcList,   setCharset,   setEncoding,   setFailOnError,   setFiles,   setFrom,   setIncludefilenames,   setMailhost,   setMailport,   setMessage,   setMessageFile,   setMessageMimeType,   setPassword,   setReplyTo,   setSSL,   setSubject,   setToList,   setUser
Methods from org.apache.tools.ant.Task:
bindToOwner,   execute,   getOwningTarget,   getRuntimeConfigurableWrapper,   getTaskName,   getTaskType,   getWrapper,   handleErrorFlush,   handleErrorOutput,   handleFlush,   handleInput,   handleOutput,   init,   isInvalid,   log,   log,   log,   log,   markInvalid,   maybeConfigure,   perform,   reconfigure,   setOwningTarget,   setRuntimeConfigurableWrapper,   setTaskName,   setTaskType
Methods from org.apache.tools.ant.ProjectComponent:
clone,   getDescription,   getLocation,   getProject,   log,   log,   setDescription,   setLocation,   setProject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tools.ant.taskdefs.optional.net.MimeMail Detail:
 public  void execute() throws BuildException 
      Deprecated!
    Executes this build task.