Skip to main content

Module email_imap

Module email_imap 

Structs§

TlsStreamTolerant
Tolerates TLS streams from servers that omit close_notify (e.g. Exchange).

Functions§

imap_connect
is_tls_close_notify
Detects the missing-close_notify truncation that Exchange-hosted IMAP servers produce. ErrorKind::UnexpectedEof is the stable signal; the string match is a fallback for rustls variants that only surface it in the display text.

Type Aliases§

ImapSession