Mail Tag Library: Overview
This tag library implements a collection of tags that enables email access
to any class of device that utilizes a markup style presentation system.
The Mail Tag Library consists of the following tags:
Context
This tag is used to maintain state between requests and must be present
on a JSP page before any other mail tag may be used.
Commands
These tags perform an action or command on the service.
Beans & Collections
These tags provide access to the model data of the service. Bean tags
have properties which may be accessed via the get and set tags. Collections
are used to iterate through a list of beans.
- folder - provides folder properties.
- folders - collection of folder beans.
- message - provides message properties.
- messages - collection of message beans.
- line - provides line properties.
- lines - collection of line beans.
- presetmsg - provides preset message properties.
- presetmsgs - collection of preset message
beans.
- attachment - provides attachment properties.
- attachments - collection of attachment
beans.
- config - provides configuration properties.
- configs - collection of configuration beans.
- indentparagraph - provides indentparagraph
properties.
- indentparagraphs - collection of
indentparagraph beans.
- view - provides view properties.
- views - collection of view beans.
- get - get a bean property.
- set - set a bean property.