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

Polling for new messages is a common client activity, e.g. after longer disconnects or in cases when `IDLE` cannot be used due to backgrounding limitations of the OS. A high...

enhancement
imap

Hello, I think i found a fix for a bug i get on showing inline attachments. On https://github.com/Enough-Software/enough_mail/blob/main/lib/src/mime_message.dart Line 1012 you check if `partCid.toLowerCase() == cid` but cid it is...

Does this project will support a local database to see emails after no internet connection ?

I tried this code `final statusResult = await imapClient.statusMailbox(box, [ StatusFlags.unseen, ]); print("statusResult.messagesUnseen = ${statusResult.messagesUnseen}");` Here are the execution logs: flutter: C: a22 STATUS "INBOX" (UNSEEN) flutter: S: * STATUS...

@robert-virkus I'm working on a free email app right now similar to Hey.com (just in the way they organize email). I don't want to do server hosting, so I'm going...

This is the full log before failure: flutter: A: connecting to server imap.gmail.com:993 - secure: true, timeout: 0:00:10.000000 flutter: S: * OK Gimap ready for requests from 73.227.114.101 c15mb98325735qvh flutter:...

# Test case test/codecs/mail_codec_test.dart ```dart import 'package:enough_mail/src/codecs/mail_codec.dart'; import 'package:test/test.dart'; // cSpell:disable void main() { // omitted group('Decode header', () { // omitted test('decode header with mixed encodings', () { const...

I have long line of message and seems that it has some limit of reading message. is it true? how can I read all message content? I just use sample...

Hello, Is it possible to use the authentication method TLS Certificates for connections to IMAP + SMTP with the low level api ? Instead of traditional authentication with username and...

please we need Correct encoding of non ASCII mail addresses. محمد.عادل => \�\�\�\�\�\�\�\�.\�\�\�\�\�\�\�\�