imapError and imfError cases had too much complexity for PostalError. So I moved them as internal types and duplicate their cases in PostalError. For future, the protocol PostalErrorType will help us to maintain internal types and the conversion IMAPError/IMFError -> PostalError.
imapError
andimfError
cases had too much complexity forPostalError
. So I moved them as internal types and duplicate their cases inPostalError
. For future, the protocolPostalErrorType
will help us to maintain internal types and the conversionIMAPError/IMFError
->PostalError
.