Searched refs:textBody (Results 1 – 2 of 2) sorted by relevance
94 final TextBody textBody = new TextBody(text); in textPart() local95 final MimeBodyPart textPart = new MimeBodyPart(textBody); in textPart()
3155 final String textBody = message.bodyText;3158 String fullBodyText = textBody;3165 fullBodyText = textBody + Utils.convertHtmlToPlainText(quotedString);3190 quotedTextPos = textBody.length();