Uses of Class
com.atlassian.confluence.mail.Mail

Packages that use Mail
com.atlassian.confluence.event.events.content.mail   
com.atlassian.confluence.mail   
com.atlassian.confluence.mail.actions   
com.atlassian.confluence.mail.persistence.dao   
com.atlassian.confluence.mail.persistence.dao.hibernate   
com.atlassian.confluence.themes   
 

Uses of Mail in com.atlassian.confluence.event.events.content.mail
 

Methods in com.atlassian.confluence.event.events.content.mail that return Mail
 Mail MailEvent.getMail()
           
 

Constructors in com.atlassian.confluence.event.events.content.mail with parameters of type Mail
MailCreateEvent(Object src, Mail mail)
           
MailEvent(Object src, Mail mail)
           
MailRemoveEvent(Object src, Mail removedMail)
           
 

Uses of Mail in com.atlassian.confluence.mail
 

Methods in com.atlassian.confluence.mail that return Mail
 Mail DefaultMailContentManager.getMailById(long id)
           
 Mail DefaultMailContentManager.getMailByMessageId(String messageId)
          Get a mail by its message-id.
 Mail DefaultMailContentManager.storeIncomingMail(Space space, byte[] rawMessage)
           
 Mail DefaultMailContentManager.getFirstMailAfter(String spaceKey, long mailId)
           
 Mail DefaultMailContentManager.getFirstMailBefore(String spaceKey, long mailId)
           
 Mail DefaultMailContentManager.getMailItemFromSpace(Space space, String messageId)
           
 Mail DefaultMailContentManager.storeIncomingMail(Space space, javax.mail.internet.MimeMessage mimeMessage)
           
 Mail MailContentManager.getMailById(long id)
          Get a mail by its database id.
 Mail MailContentManager.getMailByMessageId(String messageId)
          Get a mail by its message-id.
 Mail MailContentManager.storeIncomingMail(Space space, javax.mail.internet.MimeMessage mimeMessage)
          Create a new mail content object in the given space for the given mimeMessage.
 Mail MailContentManager.storeIncomingMail(Space space, byte[] rawMessage)
          Create a new mail content object in the given space for the given raw RFC822 message.
 Mail MailContentManager.getFirstMailAfter(String spaceKey, long mailId)
           
 Mail MailContentManager.getFirstMailBefore(String spaceKey, long mailId)
           
 

Methods in com.atlassian.confluence.mail with parameters of type Mail
 void DefaultMailContentManager.removeMail(Mail mail)
           
 void DefaultMailContentManager.removeAttachmentsForMail(Mail mail)
           
 void MailContentManager.removeMail(Mail mail)
          removes mail and its associated attachments
 void MailContentManager.removeAttachmentsForMail(Mail mail)
           
 

Uses of Mail in com.atlassian.confluence.mail.actions
 

Fields in com.atlassian.confluence.mail.actions declared as Mail
protected  Mail AbstractMailAction.mail
           
 

Methods in com.atlassian.confluence.mail.actions that return Mail
 Mail AbstractMailAction.getMail()
           
 Mail ViewMailAction.getNextMail()
           
 Mail ViewMailAction.getPreviousMail()
           
 

Uses of Mail in com.atlassian.confluence.mail.persistence.dao
 

Methods in com.atlassian.confluence.mail.persistence.dao that return Mail
 Mail MailDao.getMailById(long id)
          Retrieve a single mail by its persistent object id.
 Mail MailDao.getMailByMessageId(String messageId)
          Retrieve a single mail by its message-id.
 Mail MailDao.getMostRecentMail(String spaceKey)
           
 Mail MailDao.getFirstMailAfter(String spaceKey, long mailId)
           
 Mail MailDao.getFirstMailBefore(String spaceKey, long mailId)
           
 

Uses of Mail in com.atlassian.confluence.mail.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.mail.persistence.dao.hibernate that return Mail
 Mail HibernateMailDao.getMailById(long id)
           
 Mail HibernateMailDao.getMailByMessageId(String messageId)
           
 Mail HibernateMailDao.getMostRecentMail(String spaceKey)
           
 Mail HibernateMailDao.getFirstMailAfter(String spaceKey, long mailId)
           
 Mail HibernateMailDao.getFirstMailBefore(String spaceKey, long mailId)
           
 

Uses of Mail in com.atlassian.confluence.themes
 

Methods in com.atlassian.confluence.themes that return Mail
 Mail MailHelper.getMail()
           
 

Methods in com.atlassian.confluence.themes with parameters of type Mail
 String MailHelper.getSender(Mail mail)
           
 



Confluence is developed by Atlassian.