Sun Java System Messenger Express 6 2005Q4 Customization Guide

Customizing the Inbox Screen

The Messenger Express Inbox screen, shown in Customizing the Inbox Screen, enables you to view all messages and its basic features— for example, subject, from, received and size. The Inbox screen gets new messages and enables you to search for or delete old messages, as well as move messages into other folders.

Figure 1–1 Sun Java System Messenger Express Inbox Screen

In the Messenger Express Inbox Screen  you can view all the messages
, the subject of the message, from , received and size details.

Inbox Screen Functions

Inbox Screen Functions lists the functions needed to customize the Inbox screen, including main functions (found in main.js) and parent functions (found in mbox_fs.html).

Table 1–3 Inbox Screen Functions

Item  

Function  

Folders 

main.displayFolders()

Inbox 

main.displaySpecialMbox(’Inbox’)

Sent Mail 

main.displaySpecialMbox(’Sent’)

Trash 

main.displaySpecialMbox(’Trash’)

Drafts 

main.displaySpecialMbox(’Drafts’)

Addresses 

main.displayPab()

Options 

main.selectOptions()

Help 

main.help()

Logout 

main.logout()

Get Mail 

main.check_mail = 1; main.displaySpecialMbox(’Inbox’)

Compose 

main.compose(’new’)

Search 

parent.srch()

Expunge 

parent.exmsg() 

Move Messages to Folder 

parent.move()

Delete and Undelete 

parent.delmsg()

Collect External Mail 

main.collect()