enough_mail icon indicating copy to clipboard operation
enough_mail copied to clipboard

IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.

Results 34 enough_mail issues
Sort by recently updated
recently updated
newest added

looks like "enough_mail" is keeping sockets open I have seen a backlog of connections in state (CLOSE_WAIT) ```console Dart SDK version: 2.12.4 (stable) (Unknown timestamp) on "linux_x64" ... TCP srv-jubarte.riodasostras.rj.gov.br:58904->zimbra.riodasostras.rj.gov.br:imaps...

Hi, I'm trying to log in my company mail address using IMAP protocol. I managed to get the server config using the Discover.discover() method, but when I try to use...

1- I'm trying to list all of the folders in mail server, how to detect it? 2 - I'm trying to know how to group emails of the same chat?

When running the same functionality with Dart, all works well. When it runs within a Flutter App, it throws this bad boy: ``` HandshakeException: Handshake error in client (OS Error:...

bug

It would be amazing if this library supported ActiveSync for Exchange/Office365/Outlook.com/Hotmail addresses. It's a way better protocol than IMAP especially on mobile.

enhancement

How to use google sign in and enough mail to get emails from gmail without the user having to sign in with their raw credentials.

documentation

Is there a way to authenticate to an exchange server via **_NTLM_** ? `flutter: C: EHLO xxx.yyy.zzz` `flutter: S: 250-xxx.yyy.zzz Hello [10.*.*.*]` `flutter: S: 250-SIZE 37748736` `flutter: S: 250-PIPELINING` `flutter:...

enhancement
imap
smtp
pop

``` final MessageBuilder builder = MessageBuilder.prepareMultipartAlternativeMessage(); final MimeMessage mimeMessage = builder.buildMimeMessage(); ``` does this package have options to build mimeMessage in PGP/MIME format? probably had to do with the builder...

enhancement
help wanted