| 1 |
$Id: README.txt,v 1.1.4.1 2008/08/26 02:09:36 oadaeh Exp $
|
| 2 |
|
| 3 |
OVERVIEW
|
| 4 |
--------
|
| 5 |
The Checkmail module checks a POP3 or IMAP e-mail account and prints one or
|
| 6 |
more of the following: the total number of e-mail in your INBOX, the number
|
| 7 |
of recent (new) e-mail (IMAP only), the number of unread e-mail (IMAP only),
|
| 8 |
the total size of the e-mail in your mailbox.
|
| 9 |
|
| 10 |
NOTE: If you turn off the cache setting for the block, it will query the
|
| 11 |
e-mail server on every page load where the block is displayed. It is a good
|
| 12 |
idea to configure the block to display on only certain pages and/or confirm
|
| 13 |
with the mail server administrator the amount of use you expect. The default
|
| 14 |
cache expiration before re-checking the server is 1 minute.
|
| 15 |
|
| 16 |
This module does not encrypt your POP3 login information, so if your server
|
| 17 |
is compromised, the attacker could have access to your plaintext login
|
| 18 |
information.
|
| 19 |
|
| 20 |
|
| 21 |
REQUIREMENTS
|
| 22 |
------------
|
| 23 |
- Drupal version 4.7 or newer
|
| 24 |
- Permission to use the fsockopen() and other socket functions in PHP.
|
| 25 |
|
| 26 |
|
| 27 |
CONFIGURATION
|
| 28 |
-------------
|
| 29 |
There are several configuration options to set:
|
| 30 |
|
| 31 |
- POP3 email server
|
| 32 |
Enter your e-mail server address: mail.example.com
|
| 33 |
|
| 34 |
- POP3 email port
|
| 35 |
Enter the connection port, used to get access to the mail server. If you
|
| 36 |
don't know what this is, leave the default configuration for port 110.
|
| 37 |
|
| 38 |
- POP3 email username
|
| 39 |
- POP3 email password
|
| 40 |
|
| 41 |
|
| 42 |
AUTHORS
|
| 43 |
-------
|
| 44 |
Stefan Nagtegaal <Stefan at: Sempre-Crescendo.nl>
|
| 45 |
http://www.Sempre-Crescendo.nl/
|
| 46 |
|
| 47 |
Kristjan Jansen
|
| 48 |
http://drupal.org/user/11
|
| 49 |
|
| 50 |
David Kent Norman <deekayen at: deekayen {dot} net>
|
| 51 |
http://deekayen.net/
|
| 52 |
|
| 53 |
Jason Flatt
|
| 54 |
http://drupal.org/user/4649
|