i2p.susi.webmail
Class WebMail.SessionObject
java.lang.Object
i2p.susi.webmail.WebMail.SessionObject
- Enclosing class:
- WebMail
class WebMail.SessionObject
- extends Object
data structure to hold any persistent data (to store them in session dictionary)
- Author:
- susi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pageChanged
boolean pageChanged
markAll
boolean markAll
clear
boolean clear
invert
boolean invert
state
int state
smtpPort
int smtpPort
mailbox
POP3MailBox mailbox
mailCache
MailCache mailCache
folder
Folder folder
user
String user
pass
String pass
host
String host
error
String error
info
String info
replyTo
String replyTo
replyCC
String replyCC
subject
String subject
body
String body
showUIDL
String showUIDL
showAttachment
public MailPart showAttachment
sentMail
public String sentMail
attachments
public ArrayList attachments
reallyDelete
public boolean reallyDelete
WebMail.SessionObject
WebMail.SessionObject()