Create a processable with the default transfer encoding of 7bitparambodyPart body part to be processed this.bodyPart = bodyPart;
this.bodyPart = bodyPart;
Create a processable with the a default transfer encoding of the passed in value.parambodyPart body part to be processedparamdefaultContentTransferEncoding the new default to use. this.bodyPart = bodyPart; this.defaultContentTransferEncoding = defaultContentTransferEncoding;
this.bodyPart = bodyPart; this.defaultContentTransferEncoding = defaultContentTransferEncoding;
return bodyPart;
try { if (SMIMEUtil.isCanonicalisationRequired((MimeBodyPart)bodyPart, defaultContentTransferEncoding)) { out = new CRLFOutputStream(out); } bodyPart.writeTo(out); } catch (MessagingException e) { throw new CMSException("can't write BodyPart to stream.", e); }