Searched refs:BODY_QUOTED_PART_INTRO (Results 1 – 3 of 3) sorted by relevance
35 public static final String BODY_QUOTED_PART_INTRO = "quoted-intro"; field in ConversionUtilities85 boolean isQuotedIntro = BODY_QUOTED_PART_INTRO.equalsIgnoreCase(replyTag); in updateBodyFields()
69 /* package */ static final String BODY_QUOTED_PART_INTRO = "quoted-intro"; field in LegacyConversions380 addTextBodyPart(mp, "text/plain", BODY_QUOTED_PART_INTRO, in makeMessage()
549 boolean isIntro = LegacyConversions.BODY_QUOTED_PART_INTRO.equalsIgnoreCase(header); in checkLegacyMessage()