|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--ipworks.ImapMessagePartEvent
Fired for each message part when an imapGetMessageInfo action is performed. The PartId parameter denotes the PartId which may be identified in other parts or messages. The format of part id-s is specified by the IMAP RFCs.
The Size parameter gives the size of this part.
The ContentType parameter shows the type of data contained in the part.
The ContentEncoding parameter shows how the data is encoded.
The Filename parameter shows the filename corresponding to the part (if the part was included in the message as an attached file).
The Parameters parameter contains the additional parameters passed to the ContentType header such as the part charset etc..
The MultipartMode parameter shows the how this part relates to the message's whole multipart structure ("mixed", "alternative", etc..).
Imap
,
Imap.fireMessagePart
, Serialized FormField Summary | |
java.lang.String |
contentEncoding
|
java.lang.String |
contentType
|
java.lang.String |
filename
|
java.lang.String |
multipartMode
|
java.lang.String |
parameters
|
java.lang.String |
partId
|
int |
size
|
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String partId
public int size
public java.lang.String contentType
public java.lang.String filename
public java.lang.String contentEncoding
public java.lang.String parameters
public java.lang.String multipartMode
|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |