Home | History | Annotate | Download | only in store

Lines Matching defs:MessagingException

25 import com.android.voicemail.impl.mail.MessagingException;
94 public void open() throws IOException, MessagingException {
115 throw new MessagingException(
116 MessagingException.AUTHENTICATION_FAILED_OR_SERVER_ERROR,
148 } catch (IOException | MessagingException e) {
169 private void maybeDoStartTls() throws IOException, MessagingException {
182 private void doLogin() throws IOException, MessagingException, AuthenticationFailedException {
228 throw new MessagingException(alertText, ie);
232 private void doDigestMd5Auth() throws IOException, MessagingException {
262 // If failed verifyResponseAuth() will throw a MessagingException, terminating the
282 private void queryCapability() throws IOException, MessagingException {
327 public ImapResponse readResponse() throws IOException, MessagingException {
332 throws IOException, MessagingException {
345 * @throws MessagingException
348 throws IOException, MessagingException {
356 throws IOException, MessagingException {
369 throws IOException, MessagingException {
379 * @throws MessagingException
381 List<ImapResponse> getCommandResponses() throws IOException, MessagingException {