nettunodev

Results 10 comments of nettunodev

> What time zone is the server in? Europe / Rome

Hello, as a workaround is there maybe the possibility to login using another library, like https://www.php-imap.com/ that does support oauth and then pass the object in some way to keep...

> This is huge. > > Does anybody have a solution that php-imap works again (e.g. with the help of https://github.com/javanile/php-imap2)? I renamed all the php_imap functions in this library...

> One problem with driving PHPMailer with an externally-generated access token is that the token expires very quickly. Using a refresh token (which MSFT expires after 90 days for most...

Hi there @bago, were you able to make it work? I think we may have the same issue. We can retrieve the headers but the body is always empty. Thanks

@bago thanks for your answer. We also experienced a lot of issues when using message numbers but also when using message uids (especially with POP but also IMAP). We can't...

I got it to work. Again I had to modify the Roundcube library. It seems that the fetch function always replies with an array with the message number as key....

Hi, **1st Issue** every time that you call the roundcube function `public function fetch($mailbox, $message_set, $is_uid = false, $query_items = array(),$mod_seq = null, $vanished = false)` you often set the...

It turned out that the modify that I made to the fetch() function of roundcube does work but it also seems to fail when trying to retrieve more and a...