| Status | Core |
| Plugin Label | Mailbox (Imap or POP) |
| Short Description | This plugin will browse the content of a mailbox (imap or pop) and allow to grab emails attachments and copy them to another repository. Requires the PHP IMAP extension. |
| Plugin Identifier | access.imap |
| Author | Charles du Jeu |
| Url | http://ajaxplorer.info/plugins/access/imap/ |
| Dependencies | access.fs |
| Label | Description | Type | Default |
|---|---|---|---|
| Mail Server | |||
| Host * HOST | Server host | String | |
| Port * PORT | Server port | String | |
| Ssl * SSL | Secure? | String | |
| Type * BOX_TYPE | Imap or Pop Server? | Select (imap, pop3) | imap |
| Mailbox Definition | |||
| User * USER | User account | String | |
| Password * PASS | User Password | Password | |
| Default Mailbox MAILBOX | Mailbox to connect by default | String | |
| Repository Options | |||
| Default Rights DEFAULT_RIGHTS | This right pattern (empty, r, or rw) will be applied at user creation for this repository. | Select (r, rw, w) | |
| Pagination Threshold PAGINATION_THRESHOLD | When a folder will contain more items than this number, display will switch to pagination mode, for better performances. | Integer | 20 |
| #Items per page PAGINATION_NUMBER | Once in pagination mode, number of items to display per page. | Integer | 20 |
| Repository Slug | |||
| Alias AJXP_SLUG | Alias for replacing the generated unique id of the repository | String | |
| Template Options | |||
| Allow to user * TPL_USER_CAN_CREATE | Allow non-admin users to create a repository from this template. | Boolean | false |
| Default Label * TPL_DEFAULT_LABEL | Prefilled label for the new repository, you can use the AJXP_USER keyworkd in it. | String | |
| Small Icon TPL_ICON_SMALL | 16X16 Icon for representing the template | String | |
| Big Icon TPL_ICON_BIG | Big Icon for representing the template | String | |
This access drivers use php imap functions to browse a mailbox and retrieve the emails and attachments contained in it. Warning, the php_imap extension must be installed and loaded. And for your info, it's not because it's "imap" that i's limited to imap mailbox, POP3 is also supported.
Here are some test samples for connecting well-known mailboxes :
