| java.lang.Object |
| ↳ |
org.mule.module.gmail.model.MailMessage |
Class Overview
Simple pojo representing an email message.
Its main purpose is to decouple the user from the internals and dependencies of the IMAP/SMPT protocols
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
9075515272267884164
(0x7df2b50e5528e684)
Fields
Public Constructors
Public Methods
public
List<String>
getBcc
()
public
List<String>
getCc
()
public
String
getGoogleId
()
public
String[]
getLabels
()
public
String
getSubject
()
public
Long
getThreadId
()
public
Date
getTimestamp
()
public
List<String>
getTo
()
public
void
setAttachments
(List<Attachment> attachments)
public
void
setBcc
(List<String> bcc)
public
void
setBody
(String body)
public
void
setCc
(List<String> cc)
public
void
setFrom
(String from)
public
void
setGoogleId
(String googleId)
public
void
setLabels
(String[] labels)
public
void
setSubject
(String subject)
public
void
setThreadId
(Long threadId)
public
void
setTimestamp
(Date timestamp)
public
void
setTo
(List<String> to)