public class EmailContent extends Object
| Constructor and Description |
|---|
EmailContent(String raw) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContent() |
Collection<String> |
getContentIds() |
String |
getFrom() |
int |
gethashCode() |
Map<String,String> |
getHeaders() |
org.joda.time.DateTime |
getSentDate() |
String |
getSubject() |
int |
hashCode() |
void |
parse() |
Map<String,Object> |
toMap() |
String |
toString() |
public EmailContent(String raw)
public String getFrom()
public String getSubject()
public String getContent()
public Collection<String> getContentIds()
public org.joda.time.DateTime getSentDate()
public int gethashCode()
Copyright © 2017 Gareth Healy. All rights reserved.