public interface EmailMessage
Modifier and Type | Method and Description |
---|---|
Map<String,DataSource> |
getAttachments() |
Collection<javax.mail.internet.InternetAddress> |
getBcc() |
String |
getBody() |
Collection<javax.mail.internet.InternetAddress> |
getCc() |
Optional<javax.mail.internet.InternetAddress> |
getFrom() |
Map<String,String> |
getHeaders() |
default javax.mail.internet.InternetAddress |
getRecipientAddress()
Deprecated.
since 3.7 use
getTo() as it's possible to have multiple recipients of a single e-mail |
Collection<javax.mail.internet.InternetAddress> |
getReplyTo() |
String |
getSubject() |
Collection<javax.mail.internet.InternetAddress> |
getTo() |
Optional<javax.mail.internet.InternetAddress> getFrom()
@Nullable default javax.mail.internet.InternetAddress getRecipientAddress()
getTo()
as it's possible to have multiple recipients of a single e-mailCollection<javax.mail.internet.InternetAddress> getTo()
Collection<javax.mail.internet.InternetAddress> getCc()
Collection<javax.mail.internet.InternetAddress> getBcc()
Collection<javax.mail.internet.InternetAddress> getReplyTo()
String getBody()
String getSubject()
Map<String,DataSource> getAttachments()
Copyright © 2020 Atlassian. All rights reserved.