| Pages |
Tag
Name | Replaced
With |
| All
Pages | COMPOSELINK |
A link
to the compose page. |
| LOGOUTLINK |
A link
which logs out the user and sends them to the loggedout.html |
| INBOXLINK |
A link
to the first inbox page. |
| ADDRESSBOOKLINK |
A link to the address book page. |
| EDITFOLDERSLINK |
A link to the edit folders page. |
| OPTIONSLINK |
A link
to the options page. |
| EDITPERSONALDATALINK |
A link
to the edit personal data page. |
| EDITAUTORESPONSELINK |
A link to the edit auto-response page |
| EDITSIGNATURELINK |
A link to the edit signature page. |
| UPDATEPASSWORDLINK |
A link
to which performs the password update. |
| CHANGEPASSWORDLINK |
A link
to the change password page. |
| ID |
The ID
string of the users current session. |
| ADMINADDRESS |
The administrators
email address. |
| USERADDRESS |
The current
users email address. |
| USERACCOUNT |
The current
users login name. |
| MAXMAILSIZE |
The maximum
mail size of this users account (in KB). |
| MAXACCOUNTSIZE |
The maximum
account size of this users account (in KB). |
| STATUSMESSAGE |
The current
status of the account. |
| _mailsent.html |
SENTTOLIST |
The list
of addresses in which the email was successfully sent to. Each email address will
be a link which will take you to or create an address book entry. |
| _editattachments.html |
DOATTACHMENTLINK |
A link
to which the attachment is uploaded to. |
| RETURNLINK |
A link
which returns the user to the compose page. |
| ATTACHMENTS |
A list
of attachments (which are download links). |
|
_editattachment.html |
ATTACHMENTNAME |
The name
of the attachment. |
| ATTACHMENTSIZE |
The size
of the attachment (in KB). |
| VIEWLINK |
A download
link to the attachment. |
| DELETELINK |
A link
which deletes the attachment. |
| RETURNLINK |
A link
which returns the user to the edit attachments page. |
| _inbox.html
_otherfolder.html | PREVPAGELINK |
A link
to the previous page. |
| NEXTPAGELINK |
A link
to the next page. |
| PAGENO |
The current
page number. |
| PAGECOUNT |
The total
number of pages |
| LISTSTARTNO |
The number
of the first email in the list. |
| LISTENDNO |
The number
of the last email in the list. |
| TOTALMAILCOUNT |
To total
number of emails in the inbox |
| FOLDERNAME |
The name
of the current folder. |
| FOLDERLIST |
A list
of links to the 'other folders'. |
| FOLDEROPTIONLIST |
A HTML
option list of all the folders (used for moving emails
to another folder).
|
| PROCESSMSGSLINK |
A link
to which all the ticked messages will be processed (ie. for deletion). |
|
LIST |
The list
of emails. |
| SORTONFROMLINK |
Sort the
list of emails by the From Field. |
| SORTONSUBJECTLINK |
Sort the
list of emails by the Subject Field. |
| SORTONDATELINK |
Sort the
list of emails by the Date Field. |
| SORTONSIZELINK |
Sort the
list of emails by the Size Field. |
|
_inboxpart.html |
TICK |
A tick
box which the user can use to select the email. |
|
ICON |
A image
representing the read status of a page. |
| COLOR |
A HTML
bgcolour="#??????" parameter. The color
depends on the read status of the email.
|
| FROM |
The sender
of the email (and a link which takes the user to the read mail page). |
| SUBJECT |
The subject
of the email. |
| DATE |
The date
the email was received. |
| TO |
Who the
email was sent to. |
| SIZE |
The size
of the email (in KB). |
|
_compose.html |
PROCESSSENDMSGLINK |
A link
to where the email will be processed. |
| ATTACHMENTS |
A list
of attachments. |
| TO |
The list
of 'To' addresses. |
| CC |
The list
of 'Cc' addresses. |
| SUBJECT |
The subject
of the email. |
| BODY |
The body
of the email. |
| USECOPYTO |
This becomes
and HTML checked tag when required. |
| FOLDEROPTIONLIST |
A HTML
option list of all the folders (used for moving emails
to another folder).
|
| _readmsghead.html |
UIDL |
The UIDL
of the email (the ID of the email). |
| DELETELINK |
A link
which will delete the email. |
| REPLYLINK |
A link
which creates a 'reply' email and then takes the user to a compose page. |
| FORWARDLINK |
A link
which creates a 'forward' email and then takes the user to a compose page. |
| BODYTEXTLINK |
A link
to the text version of the email (if there is one). |
| BODYHTMLLINK |
A link
to the html version of the email (if there is one). |
| FROM |
The from
address. |
| SUBJECT |
The subject.
|
| DATE |
The date
the email was received. |
| TO |
Who the
email was sent to. |
| ATTACHMENTLIST |
A list
of attachments (which are links). |
|
_readmsg.html |
HEADLINK |
A link
to the header page of the email. |
| BODYTEXTLINK |
A link
to the text version of the email (if there is one). |
| BODYHTMLLINK |
A link
to the html version of the email (if there is one). |
| _error.html |
ERRORNO |
The error
number. |
| ERRORDETAILS |
The details
of the error. |
| _editaddressbook.html
_viewaddressbook.html | ADDRESSBOOKCOUNT |
The number
of address book entries |
| PROCESSADDRESSBOOKLINK |
A link
where the selected entries will be processed. |
|
LIST |
The list
of address book entries. |
|
_addressbookpart.html |
TICK |
A tick
box which the user can use to select the entry. |
|
NICKNAME |
The nickname
of the entry (and a link which takes the user to the edit the entry). |
| FULLNAME |
The full
name of the entry. |
| EMAILADDRESS |
The email
address of the entry |
| NOTES |
The notes
of the entry. |
| _addaddressbook.html |
UPDATEADDRESSBOOKLINK |
A link
where the form will be processed. |
| MODE |
The mode
of the form (edit or new). |
| EMAILADDRESS |
The email
address if in edit mode. |
| NICKNAME |
The nickname
if in edit mode. |
| ORIGINALNAME |
The original
nickname if in edit mode. |
| FULLNAME |
The full
name if in edit mode. |
| NOTES |
The notes
if in edit mode. |
|
_editautoresponse.html |
PROCESSAUTORESPONSELINK |
A link where the form will be processed. |
|
ENABLED |
If
auto-responses are enabled, this becomes a HTML checked
tag.
|
| SUBJECT |
The current
subject. |
| MESSAGE |
The current
message. |
| _editfolders.html |
FOLDEROPTIONLIST |
A HTML
option list of all the folders (used for the selection
list).
|
| PROCESSFOLDERLINK |
A link where the form will be processed. |
|
_editpersonaldata.html |
PROCESSPERSONALDATALINK |
A link where the form will be processed. |
|
PDATANAME |
Their name. |
| PDATAADDRESS1 |
The first
address line. |
| PDATAADDRESS2 |
The second
address line. |
| PDATACITY |
Their city.
|
| PDATAREGION |
Their region.
|
| PDATAPOSTCODE |
Their zip
or postal code. |
| PDATACOUNTRY |
Their country.
|
| PDATATELENO |
Their telephone
number. |
| PDATAOTHEREMAILADDRESS |
Their other
email address. |
|
_editosignature.html |
PROCESSSIGNATURELINK |
A link where the form will be processed. |
|
ENABLED |
If
auto-responses are enabled, this becomes a HTML checked
tag.
|
| SIGNATURE |
The current
signature. |
| _signup.html
_nosignup.html | ADMINADDRESS |
The admin's
email address. |
| DOMAINLIST |
A HTML
option list of all the domains allowed for automatic sign-ups.
|
| _signuperror.html |
ADMINADDRESS |
The admin's email address. |
| ERRORDETAILS |
The details
of the error. |