com.atlassian.confluence.plugins.emailgateway.api
Interface EmailStagingService

All Known Implementing Classes:
DefaultEmailThreadConverterService

@PublicApi
public interface EmailStagingService

Defines operations for staging new inbound emails.

Since:
5.3
See Also:
StagedEmailThreadAdminService

Method Summary
 StagedEmailThreadKey stageEmailThread(ReceivedEmail receivedEmail, ConfirmationNotificationSender confirmationNotificationSender)
          Stage the given received email.
 

Method Detail

stageEmailThread

StagedEmailThreadKey stageEmailThread(ReceivedEmail receivedEmail,
                                      ConfirmationNotificationSender confirmationNotificationSender)
                                      throws EmailStagingException
Stage the given received email.

Parameters:
receivedEmail - The received email to be staged.
confirmationNotificationSender - The sender for the relevant confirmation email.
Returns:
The StagedEmailThreadKey representing the staged email.
Throws:
EmailStagingException - If the received email cannot be staged.


Copyright © 2003-2014 Atlassian. All Rights Reserved.