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   
com.atlassian.confluence.util.breadcrumbs   
 

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()
           
 Mail MailUpdateEvent.getOriginalMail()
           
 

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

Uses of Mail in com.atlassian.confluence.mail
 

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

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

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.getFirstMailAfter(java.lang.String spaceKey, long mailId)
           
 Mail MailDao.getFirstMailBefore(java.lang.String spaceKey, long mailId)
           
 Mail MailDao.getMailById(long id)
          Retrieve a single mail by its persistent object id.
 Mail MailDao.getMailByMessageId(java.lang.String messageId)
          Retrieve a single mail by its message-id.
 Mail MailDao.getMostRecentMail(java.lang.String spaceKey)
           
 

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.getFirstMailAfter(java.lang.String spaceKey, long mailId)
           
 Mail HibernateMailDao.getFirstMailBefore(java.lang.String spaceKey, long mailId)
           
 Mail HibernateMailDao.getMailById(long id)
           
 Mail HibernateMailDao.getMailByMessageId(java.lang.String messageId)
           
 Mail HibernateMailDao.getMostRecentMail(java.lang.String spaceKey)
           
 

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
 java.lang.String MailHelper.getSender(Mail mail)
           
 

Uses of Mail in com.atlassian.confluence.util.breadcrumbs
 

Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Mail
MailActionBreadcrumb(com.opensymphony.xwork.Action action, Space space, Mail mail)
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.