-
Notifications
You must be signed in to change notification settings - Fork 460
Open
Labels
needs investigationThis will be tested / debugged or checked out.This will be tested / debugged or checked out.
Description
The used code:
$imapPath = '{' . $imap_host . ':' . $imap_port . '/imap/' . $imap_encryption . '}' . $mailbox;
$mailboxConnection = new Mailbox(
$imapPath,
$this->imap_username,
$this->imap_password,
null, // Directory, where attachments will be saved (optional)
'UTF-8', // Server encoding (optional),
true,
true,
);
$mails = Imap::fetch_overview(
$mailboxConnection->getImapStream(),
'1:*',
FT_UID
);Metadata
Metadata
Assignees
Labels
needs investigationThis will be tested / debugged or checked out.This will be tested / debugged or checked out.