Searched refs:BODY_QUOTED_PART_REPLY (Results 1 – 3 of 3) sorted by relevance
32 public static final String BODY_QUOTED_PART_REPLY = "quoted-reply"; field in ConversionUtilities94 data.isQuotedReply = BODY_QUOTED_PART_REPLY.equalsIgnoreCase(replyTag); in parseBodyFields()
68 /* package */ static final String BODY_QUOTED_PART_REPLY = "quoted-reply"; field in LegacyConversions394 String replyTag = isReply ? BODY_QUOTED_PART_REPLY : BODY_QUOTED_PART_FORWARD; in makeMessage()
550 boolean isReply = LegacyConversions.BODY_QUOTED_PART_REPLY.equalsIgnoreCase(header); in checkLegacyMessage()