public class MimeBoundary
extends java.lang.Object
Constructor and Description |
---|
MimeBoundary() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBoundary()
This is a utility function that returns a new MIME boundary string suitable for use in a Multipart MIME respone.
|
java.lang.String |
getClosingBoundary()
This is a utility function that returns a new MIME boundary string suitable for use in a Multipart MIME respone.
|
java.lang.String |
getEncapsulationBoundary()
This is a utility function that returns a new MIME boundary string suitable for use in a Multipart MIME respone.
|
java.lang.String |
newContentID() |
static java.lang.String |
newUidString() |
public java.lang.String getEncapsulationBoundary()
Do not confuse this method with getMimeBoundary
public java.lang.String getClosingBoundary()
Do not confuse this method with getMimeBoundary
public java.lang.String getBoundary()
Do not confuse this method with getMimeBoundary
public java.lang.String newContentID()
public static java.lang.String newUidString()