-
Hey I just stumbled upon this project and this looks really promising. I would love to have a swift imap protocol implementation like Postal but one which is actively maintained, developed and does no…
-
I encountered a misbehaving IMAP server in which a response has a bad impossible big number:
```text
tag UID FETCH 63 BINARY.SIZE[1]
* 1 FETCH (UID 63 BINARY.SIZE[1] 18446744073709551232)
tag OK F…
agcom updated
3 months ago
-
The test in the ConsolaAppTest is failing due to an error related to the ‘scope’ input parameter when using the MailKit library. The specific error message is:
Microsoft.Identity.Client.MsalService…
-
I'm sync'ing my Protonmail email thru the Protonmail Bridge which provides encrypted connections back to my Proton Mail account. Connectivity is successfully established and emails are downloaded prop…
-
**Describe the bug**
I ran a parallel simulation featuring multiple instances of `SimulationBaseClass` , each of them featuring a `spiceInterface` module. I was expecting all simulations to complete …
-
**Describe the bug**
Trying to fetch the flags for a message causes the library to hang forever.
**Used config**
```
$cm = new ClientManager($options = []);
$client = $cm->make([
'host' …
-
**Summary**
When using the command `php bin/console oro:check-requirements -vv` to check the configuration of your current Oro installation, the application produces the following report for Option…
-
Just getting started with the library and have a couple valid responses via the POP protocol and now trying the Imap but (using the sample snippet from this project's frontpage) I'm getting a 'Cannot …
-
Hi,
Great work on putting this library out there.
I'm currently using Kotlin and I need a way to interact with an email inbox over IMAP and this library seems like a great fit.
* Is the libra…
-
*Some Background*
We are searching in the IMAP-Server for specific Emails based on their Subject. We noticed in one of our tests that the search with umlauts (ü or ä) in the subject is not performant…