HomeSort by relevance Sort by last modified time
    Searched refs:MessagingException (Results 26 - 50 of 67) sorted by null

12 3

  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeBodyPartTest.java 21 import com.android.emailcommon.mail.MessagingException;
39 public void testGetContentId() throws MessagingException {
MimeMessageTest.java 23 import com.android.emailcommon.mail.MessagingException;
76 * @throws MessagingException
80 public void testSetSentDate() throws MessagingException, ParseException {
89 private void doTestSetSentDate() throws MessagingException, ParseException {
108 public void testMessageId() throws MessagingException {
134 public void testGetContentId() throws MessagingException {
153 public void testSetSubjectPlain() throws MessagingException {
186 public void testSetSubject() throws MessagingException {
202 public void testSetLongSubject() throws MessagingException {
228 public void testEncodingAddressField() throws MessagingException {
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 35 import com.android.emailcommon.mail.MessagingException;
98 void open() throws IOException, MessagingException {
229 ImapResponse readResponse() throws IOException, MessagingException {
242 throws MessagingException, IOException {
260 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException,
275 throw new MessagingException("Expected continuation request");
286 MessagingException {
295 * @throws MessagingException
297 List<ImapResponse> getCommandResponses() throws IOException, MessagingException {
321 * @throws MessagingException
    [all...]
Pop3Store.java 36 import com.android.emailcommon.mail.MessagingException;
92 public static Store newInstance(Account account, Context context) throws MessagingException {
99 private Pop3Store(Context context, Account account) throws MessagingException {
105 throw new MessagingException("Unsupported protocol");
190 * @throws MessagingException if there was some problem with the account
193 public Bundle checkSettings() throws MessagingException {
233 * @throws MessagingException if the account is not going to be useable
235 public Bundle checkSettings() throws MessagingException {
237 int result = MessagingException.NO_ERROR;
252 result = MessagingException.IOERROR
    [all...]
ImapFolder.java 47 import com.android.emailcommon.mail.MessagingException;
94 throws MessagingException {
138 } catch (MessagingException e) {
172 public boolean exists() throws MessagingException {
196 } catch (MessagingException me) {
198 if (me.getExceptionType() == MessagingException.IOERROR) {
221 public boolean create(FolderType type) throws MessagingException {
241 } catch (MessagingException me) {
257 MessageUpdateCallbacks callbacks) throws MessagingException {
275 throw new MessagingException(responseText)
    [all...]
ImapStore.java 42 import com.android.emailcommon.mail.MessagingException;
96 public static Store newInstance(Account account, Context context) throws MessagingException {
104 private ImapStore(Context context, Account account) throws MessagingException {
110 throw new MessagingException("Unsupported protocol");
386 public Folder[] updateFolders() throws MessagingException {
429 throw new MessagingException("Unable to get folder list.", ioe);
444 public Bundle checkSettings() throws MessagingException {
445 int result = MessagingException.NO_ERROR;
453 result = MessagingException.IOERROR;
512 } catch (MessagingException e)
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 38 import com.android.emailcommon.mail.MessagingException;
179 public void testSimpleLogin() throws MessagingException {
199 public void testCheckSettings() throws MessagingException {
220 fail("MessagingException was expected due to UIDL unsupported.");
221 } catch (MessagingException me) {
231 public void testCheckSettingsCapabilities() throws MessagingException {
243 } catch (MessagingException me) {
344 public void testOneUnread() throws MessagingException {
354 public void testGetMessageByUid() throws MessagingException {
392 public void testCatchClosed1a() throws MessagingException {
    [all...]
ImapStoreUnitTests.java 53 import com.android.emailcommon.mail.MessagingException;
176 public void testSimpleLogin() throws MessagingException {
205 public void testTlsOpen() throws MessagingException {
343 public void testImapIdDeviceId() throws MessagingException {
409 public void testServerId() throws MessagingException {
424 public void testImapIdOkParsing() throws MessagingException {
437 public void testImapIdBad() throws MessagingException {
451 public void testImapIdNotSupported() throws MessagingException {
475 fail("Expected MessagingException");
476 } catch (MessagingException expected)
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java 24 import com.android.emailcommon.mail.MessagingException;
160 public ImapResponse readResponse() throws IOException, MessagingException {
210 * throw {@link MessagingException}.
248 private ImapResponse parseResponse() throws IOException, MessagingException {
330 private ImapElement parseElement() throws IOException, MessagingException {
363 private ImapString parseBareString() throws IOException, MessagingException {
382 throw new MessagingException("Expected string, none found.");
403 throws IOException, MessagingException {
425 throws IOException, MessagingException {
433 private ImapString parseLiteral() throws IOException, MessagingException {
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingListener.java 19 import com.android.emailcommon.mail.MessagingException;
110 MessagingException me,
Controller.java 41 import com.android.emailcommon.mail.MessagingException;
315 } catch (MessagingException e) {
693 } catch (MessagingException e) {
    [all...]
RefreshManager.java 20 import com.android.emailcommon.mail.MessagingException;
125 public void onCallback(MessagingException exception, int progress, Clock clock) {
358 private String exceptionToString(MessagingException exception) {
370 public void updateMailboxListCallback(MessagingException exception, long accountId,
388 public void updateMailboxCallback(MessagingException exception, long accountId,
408 MessagingException exception, long accountId, long mailboxId, int progress,
417 private void updateMailboxCallbackInternal(MessagingException exception, long accountId,
436 public void sendMailCallback(MessagingException exception, long accountId, long messageId,
GroupMessagingListener.java 19 import com.android.emailcommon.mail.MessagingException;
190 MessagingException me,
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 23 import com.android.emailcommon.mail.MessagingException;
161 public void open() throws MessagingException, CertificateValidationException {
192 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
205 public void reopenTls() throws MessagingException {
223 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
  /packages/apps/Email/src/com/android/email/activity/
EmailActivity.java 40 import com.android.emailcommon.mail.MessagingException;
365 MessagingException result, long accountId, long messageId, int progress) {
371 MessagingException result, long accountId, long mailboxId, int progress, long tag) {
376 public void updateMailboxCallback(MessagingException result, long accountId, long mailboxId,
383 MessagingException result, long accountId, int progress) {
388 public void loadAttachmentCallback(MessagingException result, long accountId,
394 public void loadMessageForViewCallback(MessagingException result, long accountId,
399 private void handleError(final MessagingException result, final long accountId,
MailboxFinder.java 23 import com.android.emailcommon.mail.MessagingException;
128 public void updateMailboxListCallback(MessagingException result, long accountId,
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java 41 import com.android.emailcommon.mail.MessagingException;
316 throws MessagingException {
337 throw new MessagingException(MessagingException.PROTOCOL_VERSION_UNSUPPORTED);
433 int resultCode = MessagingException.NO_ERROR;
459 throw new MessagingException(0);
462 } catch (MessagingException e) {
464 MessagingException.PROTOCOL_VERSION_UNSUPPORTED);
486 resultCode = MessagingException.ACCESS_DENIED;
492 resultCode = MessagingException.PROTOCOL_VERSION_UNSUPPORTED
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/
StoreTests.java 25 import com.android.emailcommon.mail.MessagingException;
55 public void testGetInstance() throws MessagingException {
91 } catch (MessagingException expected) {
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 38 import com.android.emailcommon.mail.MessagingException;
202 public void testProcessSourceMessageReply() throws MessagingException, Throwable {
242 * @throws MessagingException
245 public void testRepliesWithREplyToFields() throws MessagingException, Throwable {
289 public void testProcessSourceMessageReplyWithSignature() throws MessagingException, Throwable {
321 throws MessagingException, Throwable {
341 public void testProcessSourceMessageReplyUtf16() throws MessagingException, Throwable {
376 public void testProcessSourceMessageReplyUtf32() throws MessagingException, Throwable {
414 public void testProcessSourceMessageForward() throws MessagingException, Throwable {
439 public void testProcessDraftMessage() throws MessagingException, Throwable
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MockFolder.java 125 throws MessagingException {
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 34 import com.android.emailcommon.mail.MessagingException;
101 public void testUpdateMessageFields() throws MessagingException {
115 public void testUpdateMessageFieldsNoMessageId() throws MessagingException {
133 String sender, String subject, String content) throws MessagingException {
178 public void testUpdateBodyFieldsNullText() throws MessagingException {
194 public void testAddAttachments() throws MessagingException, IOException {
216 final Message legacyMessage) throws MessagingException, IOException {
248 * @throws MessagingException
251 public void testAttachmentDispositions() throws MessagingException, IOException {
301 public void testAddDuplicateAttachments() throws MessagingException, IOException
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 29 import com.android.emailcommon.mail.MessagingException;
184 boolean useSmartReply, boolean sendBcc) throws IOException, MessagingException {
283 Attachment attachment) throws IOException, MessagingException {
328 throw new MessagingException("Invalid attachment.", ioe);
330 throw new MessagingException(MessagingException.GENERAL_SECURITY,
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
ConversionUtilities.java 21 import com.android.emailcommon.mail.MessagingException;
62 throws MessagingException {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 115 } catch (MessagingException e) {
160 } catch (MessagingException e) {
230 } catch (MessagingException e) {
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
SmtpSenderUnitTests.java 27 import com.android.emailcommon.mail.MessagingException;
134 public void testSendMessageWithEmptyAttachment() throws MessagingException, IOException {
240 } catch (MessagingException me) {

Completed in 556 milliseconds

12 3