fromImap static method
Implementation
static MailException fromImap(MailClient mailClient, ImapException e,
[StackTrace? s]) {
return MailException(mailClient, e.message,
stackTrace: s ?? e.stackTrace, details: e.details);
}
static MailException fromImap(MailClient mailClient, ImapException e,
[StackTrace? s]) {
return MailException(mailClient, e.message,
stackTrace: s ?? e.stackTrace, details: e.details);
}