PHP Classes

PHP Imap Library: Read and decode email from IMAP or POP3 mailboxes

Recommend this page to a friend!
  Info   View files Example   View files View files (8)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 44%Total: 840 All time: 4,133 This week: 140Up
Version License PHP version Categories
imapx 1.0.8MIT/X Consortium ...5.4Email, PHP 5, Libraries
Description 

Author

This package can read and decode email from IMAP or POP3 mailboxes.

It can connect to a given IMAP or POP3 email server and perform several types of operations. Currently it can:

- Get the total number of messages in the mailbox
- Get the list of messages sorted by a given criteria and split in pages with a limit of messages per page
- Get the headers and body of a given message optionally decoding the body data

The package comes with class versions for integration with Laravel 5.

Picture of Nahid Bin Azhar
  Performance   Level  
Name: Nahid Bin Azhar <contact>
Classes: 23 packages by
Country: United States United States
Age: 33
All time rank: 806110 in United States United States
Week rank: 112 Up8 in United States United States Up
Innovation award
Innovation award
Nominee: 6x

Winner: 2x

Recommendations

imap web client
how to build a web based i-map client

Example

<?php
   
require_once 'src/imapxPHP.php';

   
$imap = new Imapx();

   
$inbox = $imap->getInbox(1);

//var_dump($inbox);
   
foreach ($inbox as $key => $mail) {
        if (isset(
$mail->subject)) {
            echo
$mail->subject.'<br/>';
        }
    }


Details

Latest Stable Version Total Downloads Latest Unstable Version License

imapx

IMAPX is a library for reading email from server using the IMAP or POP3 protocol. You can use it in your any PHP project. IMAPX also works with Laravel 5 . Its a beta release. This library includes many convenience methods to help take the headache out of dealing with emails in PHP. If you have any issues or feature suggestions or fetch any problem please inform me.

See full Documentation click here

Author

Nahid Bin Azhar

Url: http://nahid.im/


  Files folder image Files  
File Role Description
Files folder imagesrc (3 files, 1 directory)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file index.php Example Example
Accessible without login Plain text file LICENSE Data Auxiliary data
Accessible without login Plain text file README.md Data Auxiliary data

  Files folder image Files  /  src  
File Role Description
Files folder imageconfig (1 file)
  Plain text file Imapx.php Class Class source
  Plain text file imapxPHP.php Class Class source
  Plain text file ImapxServiceProvider.php Class Class source

  Files folder image Files  /  src  /  config  
File Role Description
  Accessible without login Plain text file imapx.php Conf. Configuration script

 Version Control Unique User Downloads Download Rankings  
 100%
Total:840
This week:0
All time:4,133
This week:140Up
User Ratings User Comments (1)
 All time
Utility:66%StarStarStarStar
Consistency:58%StarStarStar
Documentation:-
Examples:58%StarStarStar
Tests:-
Videos:-
Overall:44%StarStarStar
Rank:3401