Home | History | Annotate | Download | only in store

Lines Matching defs:MessagingException

35 import com.android.emailcommon.mail.MessagingException;
105 String getLoginPhrase() throws MessagingException, IOException {
132 void open() throws IOException, MessagingException {
262 ImapResponse readResponse() throws IOException, MessagingException {
275 throws MessagingException, IOException {
282 throws MessagingException, IOException {
301 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException,
316 throw new MessagingException("Expected continuation request");
326 List<ImapResponse> executeSimpleCommand(String command) throws IOException, MessagingException {
335 * @throws MessagingException
337 List<ImapResponse> getCommandResponses() throws IOException, MessagingException {
354 throw new MessagingException(MessagingException.SERVER_ERROR, alert);
370 * @throws MessagingException
373 throws IOException, MessagingException {
388 * @throws MessagingException
391 throws IOException, MessagingException {
399 private ImapResponse queryCapabilities() throws IOException, MessagingException {
408 throw new MessagingException("Invalid CAPABILITY response received");
421 throws MessagingException {
462 private void doGetNamespace(boolean hasNamespaceCapability) throws MessagingException {
495 private void doLogin() throws IOException, MessagingException, AuthenticationFailedException {
520 throw new MessagingException(alertText, ie);
527 * @throws MessagingException
530 private void doSASLAuth() throws MessagingException, IOException {
553 private ImapResponse getOAuthResponse() throws IOException, MessagingException {
574 throw new MessagingException(MessagingException.SERVER_ERROR, alert);
585 private void doGetPathSeparator() throws MessagingException {
615 throws IOException, MessagingException {
629 throw new MessagingException(MessagingException.TLS_REQUIRED);