Skip to content

bachors/Reading-IMAP-mailbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Reading-IMAP-mailbox

Reading emails from a IMAP mailbox - PHP

Setting:

// Multiple email account
$emails = array(
    array(
        'no'        => '1',
        'label'     => 'Inbox Email 1',
        'host'         => '{mail.domain.com:143/notls}INBOX',
        'username'     => 'mail1@domain.com',
        'password'     => 'xxxxxxxxxx'
    ),
    array(
        'no'        => '2',
        'label'     => 'Inbox Email 2',
        'host'         => '{mail.domain.net:143/notls}INBOX',
        'username'     => 'mail2@domain.net',
        'password'     => 'xxxxxxxxxx'
    )
    // bla bla bla ...
);
DEMO

About

Reading emails from a IMAP mailbox - PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages