Home | History | Annotate | Download | only in transport

Lines Matching defs:MessagingException

30 import com.android.emailcommon.mail.MessagingException;
59 public static Sender newInstance(Account account, Context context) throws MessagingException {
90 public void open() throws MessagingException {
134 throw new MessagingException(MessagingException.TLS_REQUIRED);
148 throw new MessagingException(MessagingException.OAUTH_NOT_SUPPORTED);
161 throw new MessagingException(MessagingException.AUTH_REQUIRED);
175 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
180 public void sendMessage(long messageId) throws MessagingException {
186 throw new MessagingException("Trying to send non-existent message id="
214 throw new MessagingException("Unable to send message", ioe);
230 * onto multiple lines. Throws MessagingException if response code is 4xx or 5xx. All traffic
236 private String executeSimpleCommand(String command) throws IOException, MessagingException {
242 * onto multiple lines. Throws MessagingException if response code is 4xx or 5xx.
250 throws IOException, MessagingException {
267 throw new MessagingException(result);
292 private void saslAuthLogin(String username, String password) throws MessagingException,
303 catch (MessagingException me) {
311 private void saslAuthPlain(String username, String password) throws MessagingException,
318 catch (MessagingException me) {
326 private void saslAuthOAuth(String username) throws MessagingException,
339 MessagingException {
346 } catch (MessagingException me) {