Home | History | Annotate | Download | only in imap

Lines Matching defs:MessagingException

41 import com.android.voicemail.impl.mail.MessagingException;
192 } catch (MessagingException e) {
226 } catch (MessagingException e) {
239 MessageStructureWrapper messageStructureWrapper) throws MessagingException {
295 * @throws MessagingException if fetching the structure of the message fails
297 private MessageStructureWrapper fetchMessageStructure(Message message) throws MessagingException {
327 } catch (MessagingException e) {
337 * @throws MessagingException if fetching the body of the message fails
339 private VoicemailPayload fetchVoicemailPayload(Message message) throws MessagingException {
378 } catch (MessagingException e) {
387 public int changePin(String oldPin, String newPin) throws MessagingException {
402 public void changeVoicemailTuiLanguage(String languageCode) throws MessagingException {
415 public void closeNewUserTutorial() throws MessagingException {
421 throw new MessagingException(MessagingException.SERVER_ERROR, ioe.toString());
429 throws MessagingException {
431 throw new MessagingException(MessagingException.SERVER_ERROR, "tagged response expected");
465 } catch (MessagingException e) {
482 } catch (MessagingException e) {
490 private void updateQuota(ImapFolder folder) throws MessagingException {
545 } catch (MessagingException e) {
558 private MessageStructureWrapper getMessageOrNull(Message message) throws MessagingException {
606 } catch (MessagingException e) {
614 throws MessagingException, IOException {
647 } catch (MessagingException e) {
663 } catch (MessagingException e) {
684 private byte[] getDataFromBody(Body body) throws IOException, MessagingException {