268269270271272273274275276277278
} @Override public MailAddress getSender() { try { return new ProtocolMailAddressAdapter(mail.getSender()); } catch (MailAddressException e) { // should not occur here, cause it should have happened before throw new RuntimeException(e); } }