2017 © Pedro Peláez
 

library mailreceiver

MailReceiver is used to fetch mails from IMAP / POP3 accounts while filtering the result

image

ole1986/mailreceiver

MailReceiver is used to fetch mails from IMAP / POP3 accounts while filtering the result

  • Sunday, January 7, 2018
  • by ole1986
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 9 % Grown

The README.md

MailReceiver

Version: 1.0.3 | License: MIT | Author: ole1986, (*1)

This class is used to receive and filter emails from either an IMAP or POP3 account using the PHP extension "php_imap", (*2)

Example

new Ole1986\MailReceiver("{hostname:143}INBOX", "username", "password");
// add '/novalidate-cert' to the hostname to skip certificate validation

// fetch unread emails containing subject "Mail queue"
$me->Unread()->Subject("Mail queue")->FetchAll();

The Versions

07/01 2018

dev-master

9999999-dev

MailReceiver is used to fetch mails from IMAP / POP3 accounts while filtering the result

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

by Ole Koeckemann

07/01 2018

1.0.3

1.0.3.0

MailReceiver is used to fetch mails from IMAP / POP3 accounts while filtering the result

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

by Ole Koeckemann

26/12 2017

1.0.2

1.0.2.0

MailReceiver is used to fetch mails from IMAP / POP3 accounts while filtering the result

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

by Ole Koeckemann

24/12 2017

1.0.1

1.0.1.0

MailReceiver is used to fetch mails from IMAP / POP3 accounts while filtering the result

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0
  • ext-imap *

 

by Ole Koeckemann

24/12 2017

1.0.0

1.0.0.0

MailReceiver is used to fetch mails from IMAP / POP3 accounts while filtering the result

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0
  • ext-imap *

 

by Ole Koeckemann