Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

An IMAP library for PHP

Results 81 Fetch issues
Sort by recently updated
recently updated
newest added

Added functions to subscribe/unsubscribe mailboxes (folders). This will make them appear in mail-clients like Thunderbird. Useful after using the createMailBox-function, to make ensure the newly created mailbox/folder shows up in...

I was getting a lot of errors when fetching emails : Notice: Unknown: Warning: MIME header encountered in non-MIME message (errflg=3) in Unknown on line 0 The error message is...

We had an issue with german characters like "ü". Error message was ``` iconv(): Detected an incomplete multibyte character in input string in /var/www/api/vendor/tedivm/fetch/src/Fetch/MIME.php:39 ``` This only happened when both...

Copying messages is useful for e.g. adding labels in Gmail

As mentioned in [this issue](https://github.com/tedious/Fetch/issues/104#issuecomment-65267761)

When I send email from outlook desktop client v10, with utf8 chars (šđčćž), the library converts them to question marks. This is because outlook sends message in iso-8859-2 charset, and...

Added a check around the assignment of the attachment size. Signed-off-by: Ryan Bridge [email protected]

It is possible, that message dont have subject property at all.

1、How to set mail read? Maybe is setFlag function, But I need example code. 2、How to get unread mail list? getRecentMessages is not useful , Always get null