-
### Aktuelles Verhalten
Wird im Modul Einstellungen bei Mails (imap_mails) Mitteilungen gelöscht, kommt es zu Fehlermeldungen beim Aufrufen der letzten Seite (...mailing_lists/imap_mails/spam?page=99…
-
Google and Microsoft intend to stop support for password-based login to IMAP and POP
(https://www.bleepingcomputer.com/news/security/google-to-force-oauth-in-g-suite-to-increase-security/)
PHP IMA…
-
### Checklist
- [X] I have used the search function to see if someone else has already submitted the same bug report.
- [X] I will describe the problem with as much detail as possible.
### App …
-
_Reported by sanchez on 13 Oct 2006 12:08 UTC as Trac ticket #1484075_
I'm using mozilla thunderbird for IMAP access to about 5 email account and I like it to keep it separate because of transparenc…
-
i make connect to box, but without close connect when total message === 0
```js
imap.once('ready', () => {
openInbox((err, mailbox) => {
if (err) return callback(err);
…
-
This is a tracking issue for PHP 8.4 status.
* [x] PHP 8.4
* [x] Create a new package for PHP 8.4.0alpha1
* [x] Update the package with PHP 8.4.0alpha2 (when available)
* [x] Upload to php…
-
### Steps to reproduce
1. Enable External Users
2. Set user backends
'user_backends' =>
array (
0 =>
array (
'class' => 'OC_User_IMAP',
'arguments' =>
arra…
-
The OpenDrive map below includes information about parking spots, but the Apollo map obtained after conversion using the imap tool does not show the parking spots. Could you suggest a good method for …
-
This is OpenBSD 6.8 GENERIC.MP#5 amd64 with clang.
```
master/service-thread.c:326:9: warning: code will never be executed [-Wunreachable-code]
notify_master(STATUS_FD, MASTER_SERVICE_UNA…
-
require 'vendor/autoload.php';
$imap = eden('mail')->imap(
'server179.web-hosting.com',
'lawyer@horizondrop.com',
'lawyer12345?',
993,
true);
$mailboxes = $imap->getMailboxes(); …