|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.uuencode.UUEncodedMultiPart
public class UUEncodedMultiPart
UUEncodedMultiPart - Find possible uuencoded attachments in "normal" text (like Outlook does) and converts them to
UUEncodedPart objects.
| Constructor Summary | |
|---|---|
UUEncodedMultiPart()
Initializes a new UUEncodedMultiPart |
|
UUEncodedMultiPart(java.lang.String content)
Initializes a new UUEncodedMultiPart |
|
| Method Summary | |
|---|---|
UUEncodedPart |
getBodyPart(int index)
Get the specified part. |
java.lang.String |
getCleanText()
Return the "cleaned" text, without the content of the uuencoded attachments |
int |
getCount()
Return the number of enclosed parts. |
boolean |
isUUEncoded()
Checks if content fed into this UUEncodedMultiPart instance is uuencoded. |
void |
removeBodyPart(int index)
Remove the part at specified location (starting from 0). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UUEncodedMultiPart()
UUEncodedMultiPart
public UUEncodedMultiPart(java.lang.String content)
UUEncodedMultiPart
content - The text content which is possibly uuencoded| Method Detail |
|---|
public boolean isUUEncoded()
UUEncodedMultiPart instance is uuencoded.
true if content is uuencoded, false otherwisepublic java.lang.String getCleanText()
public int getCount()
public UUEncodedPart getBodyPart(int index)
index - The index of the desired part
public void removeBodyPart(int index)
index - The index of the part to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||