Searched refs:BODY_QUOTED_PART_REPLY (Results 1 – 3 of 3) sorted by relevance
33 public static final String BODY_QUOTED_PART_REPLY = "quoted-reply"; field in ConversionUtilities83 boolean isQuotedReply = BODY_QUOTED_PART_REPLY.equalsIgnoreCase(replyTag); in updateBodyFields()
67 /* package */ static final String BODY_QUOTED_PART_REPLY = "quoted-reply"; field in LegacyConversions386 String replyTag = isReply ? BODY_QUOTED_PART_REPLY : BODY_QUOTED_PART_FORWARD; in makeMessage()
547 boolean isReply = LegacyConversions.BODY_QUOTED_PART_REPLY.equalsIgnoreCase(header); in checkLegacyMessage()