-
Hello there, and sorry for my english.
I have this one:
```
use Webklex\PHPIMAP\Client;
use Webklex\PHPIMAP\Config;
if (!empty(get_from_db_config('imap_server')) &&
!empty(get_from…
-
### Steps to reproduce
1. Go to mail app
2. Delete thread or message from a Gmail account
### Expected behavior
When I delete an email from my Gmail Inbox, the message is moved to the Trash folder…
-
I think it would be interesting to specify in the required elements of the `composer.json` file the libraries needed for the extension. Like extension, the prefix `lib-` can be used.
These dependen…
-
aka https://github.com/laminas/laminas-mail
Package is abandoned: https://github.com/laminas/technical-steering-committee/blob/main/meetings/minutes/2023-12-04-TSC-Minutes.md#maintainers-for-laminas-…
-
### Steps to reproduce
1. Nextcloud is installed on own LXD container.
1. I use XEAMS installed on another LXD container as local hosted IMAP server .
2. Connection between Nextcloud Mail as clien…
-
### Steps to reproduce
1. enter account information
2. Account is created, logon succeeds
3. Account creation creates an error when loading the mailbox
### Expected behavior
loading of mailboxes …
-
In php-imap2/src/Mailbox.php line 322+ the functions getSubscribed, listSubscribed, subscribe, unsubscribe all call deleteFolder() and imap_deletemailbox(). This seems odd to me. Is that correct?
…
-
### Steps to reproduce
1. Run cron.php
### Expected behavior
cron.php runs without errors.
### Actual behavior
Errors in the logs and memory exhaustion
### Mail app version
3.7.5
### Mailserve…
-
**Describe the bug**
When fetching a Message object from a icloud imap server, the message body part is empty, while the headers loads totally fine.
The Structure raw property is "" and parts is []
…
-
I was trying to load emails. it work on other email but I get issue with email account with multiple messages.
here is the code:
```php
$config = config('imap.accounts.default');
$config['usern…