Home | History | Annotate | Download | only in email

Lines Matching defs:SUBJECT

73     private static final String SUBJECT = "This is the subject";
117 REPLY_TO, SENDER, SUBJECT, null);
131 REPLY_TO, SENDER, SUBJECT, null);
147 String sender, String subject, String content) throws MessagingException {
170 if (subject != null) {
171 message.setSubject(subject);