Home
last modified time | relevance | path

Searched refs:getBoundary (Results 1 – 9 of 9) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
DMultipart.java169 String boundary = getBoundary(); in writeTo()
191 private String getBoundary() { in getBoundary() method in Multipart
195 return cField.getBoundary(); in getBoundary()
DEntity.java159 return f != null && f.getBoundary() != null in isMultipart()
/packages/services/Telephony/src/org/apache/james/mime4j/
DMimeStreamParser.java145 new MimeBoundaryInputStream(is, bd.getBoundary()); in parseEntity()
150 tempIs = new MimeBoundaryInputStream(is, bd.getBoundary()); in parseEntity()
DBodyDescriptor.java349 public String getBoundary() { in getBoundary() method in BodyDescriptor
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DMimeStreamParser.java145 new MimeBoundaryInputStream(is, bd.getBoundary()); in parseEntity()
150 tempIs = new MimeBoundaryInputStream(is, bd.getBoundary()); in parseEntity()
DBodyDescriptor.java349 public String getBoundary() { in getBoundary() method in BodyDescriptor
/packages/services/Telephony/src/org/apache/james/mime4j/field/
DContentTypeField.java115 || child.isMultipart() && child.getBoundary() == null) { in getMimeType()
157 public String getBoundary() { in getBoundary() method in ContentTypeField
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
DContentTypeField.java115 || child.isMultipart() && child.getBoundary() == null) { in getMimeType()
157 public String getBoundary() { in getBoundary() method in ContentTypeField
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java157 private String getBoundary() { in getBoundary() method in BluetoothMapbMessageMime
405 contentType).append("; boundary=").append(getBoundary()).append("\r\n"); in encodeHeaders()
465 part.encode(sb, getBoundary(), (count == parts.size())); in encodeMime()