This tag denotes a reference to the current folder "bean" within an enclosing <mail:folders> tag. The body of this tag may contain get tags that will generate output derived from the contents of this "bean" tag.
JSP
<mailPrefix:folders>
None.
The tag has the following attributes for which the Required value is “No”:
Specifies the full name of the folder represented by this bean.
The tag provides the following bean properties for which the Type values are “String”, “Integer” and “Boolean” and the Access value is “Get”:
n/a
n/a
n/a
n/a
n/a
n/a
n/a
The state and contents of this folder can be modified.
<%-- folder tag example --%> ... <mail:context/> ... <mail:fetch collection="folders"/> ... <mail:folders iterate="true"> <mail:folder> <p>Folder Name:<mail:get property="name"/> </mail:folder> </mail:folders>