Uses of Class
mail.MailArchive.MailEntry

Packages that use MailArchive.MailEntry
mail   
 

Uses of MailArchive.MailEntry in mail
 

Fields in mail with type parameters of type MailArchive.MailEntry
private  java.util.Vector<MailArchive.MailEntry> MailArchive.Folder.mails
          stores the mails in the folder
 

Methods in mail that return MailArchive.MailEntry
 MailArchive.MailEntry MailArchive.Folder.getMail(int i)
           
 MailArchive.MailEntry MailArchive.store(Mail m)
          stores a mail in the Inbox of the Archive
 MailArchive.MailEntry MailArchive.Folder.store(Mail m)
          stores a mail in this folder
 

Methods in mail with parameters of type MailArchive.MailEntry
 int MailArchive.Folder.getIndex(MailArchive.MailEntry me)