railo.runtime.tag
Class _Mail

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag._Mail
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
Imap, Pop

public abstract class _Mail
extends TagImpl

Retrieves and deletes e-mail messages from a POP mail server.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
_Mail()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setAction(String action)
           
 void setAttachmentpath(String attachmentPath)
           
 void setDebug(boolean debug)
           
 void setGenerateuniquefilenames(boolean generateUniqueFilenames)
           
 void setMaxrows(double maxrows)
           
 void setMessagenumber(String messageNumber)
           
 void setName(String name)
           
 void setPassword(String password)
           
 void setPort(double port)
           
 void setServer(String server)
           
 void setStartrow(double startrow)
           
 void setTimeout(double timeout)
           
 void setUid(String uid)
           
 void setUsername(String username)
           
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_Mail

public _Mail()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagImpl
See Also:
TagImpl.release()

setServer

public void setServer(String server)
Parameters:
server - The server to set.

setPort

public void setPort(double port)
Parameters:
port - The port to set.

setUsername

public void setUsername(String username)
Parameters:
username - The username to set.

setPassword

public void setPassword(String password)
Parameters:
password - The password to set.

setAction

public void setAction(String action)
Parameters:
action - The action to set.

setName

public void setName(String name)
Parameters:
name - The name to set.

setMessagenumber

public void setMessagenumber(String messageNumber)
                      throws PageException
Parameters:
messageNumber - The messageNumber to set.
Throws:
PageException

setUid

public void setUid(String uid)
            throws PageException
Parameters:
uid - The uid to set.
Throws:
PageException

setAttachmentpath

public void setAttachmentpath(String attachmentPath)
                       throws PageException
Parameters:
attachmentPath - The attachmentPath to set.
Throws:
PageException

setMaxrows

public void setMaxrows(double maxrows)
Parameters:
maxrows - The maxrows to set.

setStartrow

public void setStartrow(double startrow)
Parameters:
startrow - The startrow to set.

setTimeout

public void setTimeout(double timeout)
Parameters:
timeout - The timeout to set.

setGenerateuniquefilenames

public void setGenerateuniquefilenames(boolean generateUniqueFilenames)
Parameters:
generateUniqueFilenames - The generateUniqueFilenames to set.

setDebug

public void setDebug(boolean debug)
Parameters:
debug - The debug to set.

doStartTag

public int doStartTag()
               throws PageException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagImpl
Throws:
PageException
See Also:
Tag.doStartTag()


Copyright © 2012 Railo