Searched refs:unfoldAndDecode (Results 1 – 6 of 6) sorted by relevance
123 String result3 = MimeUtility.unfoldAndDecode(SHORT_PLAIN); in testEfficientUnfoldAndDecode()146 String result1 = MimeUtility.unfoldAndDecode(SHORT_UNICODE_ENCODED); in testUnfoldAndDecodeSimple()155 String result1 = MimeUtility.unfoldAndDecode(CALENDAR_SUBJECT_UNICODE); in testComplexDecode()159 String degenerate1 = MimeUtility.unfoldAndDecode(CALENDAR_DEGENERATE_UNICODE_1); in testComplexDecode()161 String degenerate2 = MimeUtility.unfoldAndDecode(CALENDAR_DEGENERATE_UNICODE_2); in testComplexDecode()163 String degenerate3 = MimeUtility.unfoldAndDecode(CALENDAR_DEGENERATE_UNICODE_3); in testComplexDecode()165 String degenerate4 = MimeUtility.unfoldAndDecode(CALENDAR_DEGENERATE_UNICODE_4); in testComplexDecode()
57 String contentType = MimeUtility.unfoldAndDecode(part.getContentType()); in resolveInlineImage()
142 + MimeUtility.unfoldAndDecode(getFirstHeader("Date"))); in getSentDate()254 return MimeUtility.unfoldAndDecode(getFirstHeader("Subject")); in getSubject()
71 public static String unfoldAndDecode(String s) { in unfoldAndDecode() method in MimeUtility
283 String contentType = MimeUtility.unfoldAndDecode(part.getContentType()); in addOneAttachment()286 String contentDisposition = MimeUtility.unfoldAndDecode(part.getContentType()); in addOneAttachment()
330 String contentType = MimeUtility.unfoldAndDecode(expected.getContentType()); in checkAttachment()