gdemir

Results 5 issues of gdemir

+ Language : php + Repo : http://github.com/barak-framework/barak + Author : http://github.com/gdemir @gdemir + A link : http://barak-framework.github.io

The used code: ```php // composer packages load require_once "vendor/autoload.php"; use PhpImap\Exceptions\ConnectionException; use PhpImap\Mailbox; $mailbox = new Mailbox( '{imap.yandex.com.tr:993/imap/ssl/novalidate-cert}INBOX', // IMAP server and mailbox folder '[email protected]', // Username for the...

needs investigation

**Is your feature request related to a problem? Please describe.** Users reading only inbox emails. But we want to all emails(in directory, tagged emails, in spam directory)

needs investigation

The used code: ```php // composer packages load require_once "vendor/autoload.php"; use PhpImap\Exceptions\ConnectionException; use PhpImap\Mailbox; $mailbox = new Mailbox( '{imap.yandex.com.tr:993/imap/ssl/novalidate-cert}INBOX', // IMAP server and mailbox folder '[email protected]', // Username for the...

needs investigation

The used code: ```php // composer packages load require_once "vendor/autoload.php"; use PhpImap\Exceptions\ConnectionException; use PhpImap\Mailbox; $mailbox = new Mailbox( '{imap.yandex.com.tr:993/imap/ssl/novalidate-cert}INBOX', // IMAP server and mailbox folder '[email protected]', // Username for the...

needs investigation