Home | History | Annotate | Download | only in transport

Lines Matching defs:executeSimpleCommand

95             executeSimpleCommand(null);
111 String result = executeSimpleCommand("EHLO " + localHost);
123 executeSimpleCommand("STARTTLS");
129 result = executeSimpleCommand("EHLO " + localHost);
195 executeSimpleCommand("MAIL FROM:" + "<" + from.getAddress() + ">");
197 executeSimpleCommand("RCPT TO:" + "<" + address.getAddress().trim() + ">");
200 executeSimpleCommand("RCPT TO:" + "<" + address.getAddress().trim() + ">");
203 executeSimpleCommand("RCPT TO:" + "<" + address.getAddress().trim() + ">");
205 executeSimpleCommand("DATA");
212 executeSimpleCommand("\r\n.");
236 private String executeSimpleCommand(String command) throws IOException, MessagingException {
295 executeSimpleCommand("AUTH LOGIN");