|
IP*Works! S/MIME V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
ipworkssmime.SimapMessagePartEvent
public class SimapMessagePartEvent
Fired for each message part when FetchMessageInfo
is called.
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.).
The ContentId parameter shows the value of the Content-Id header for the part.
The ContentEncoding parameter shows the value of the Content-Encoding header for the part.
Simap
,
Simap.MessagePartEvent
,
Serialized FormField Summary | |
---|---|
java.lang.String |
contentDisposition
|
java.lang.String |
contentEncoding
|
java.lang.String |
contentId
|
java.lang.String |
contentType
|
java.lang.String |
filename
|
java.lang.String |
multipartMode
|
java.lang.String |
parameters
|
java.lang.String |
partId
|
long |
size
|
Fields inherited from class java.util.EventObject |
---|
source |
Method Summary |
---|
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 long 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
public java.lang.String contentId
public java.lang.String contentDisposition
|
IP*Works! S/MIME V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |