updated/moved plugin from plugins/abook_take to squirrelmail/plugins/abook_take
[squirrelmail.git] / plugins / abook_take / README
CommitLineData
e8b140ab 1Address Book Take -- Version 1.3
2
3If you would like to add the sender of a message you're reading to your
4address book quickly and easily without cutting and pasting, then this
5plugin simplifies the process. It scans the mail message you're reading
6for any email address and lets you add it with a quick form.
7
8
9Features
10========
11
12* Saves you the need to Cut & Paste
13* Steals from the To, From, Reply-To, and CC fields
14* Steals from the body of the message
15* Address verification (pretty good)
16
17
18Description
19===========
20
21By pulling down a list and selecting the address you want to add, you
22are then presented with a familiar Add to Personal Address Book screen.
23By filling out this form, you will then add the email address to your
24personal address book.
25
26The user can decide if the box is shown, where it is shown on the bottom
27of the Read screen, and whether or not to attempt to verify that the
28address works.
29
30When trying to verify if the address works, it checks to see if the host
31has any DNS record available. Usually this will work.
32
33
34Future Work
35===========
36
37* Maybe grab the name, if available
38* Search more headers (when they become available)
39* Steal from the body of the message directly (when possible)
40* When new domains are added, update the email verification function
41
42
43Installation
44============
45
46As with other plugins, just uncompress the archive in the plugins
47directory, go back to the main directory, run configure and add the plugin.
48
49Questions/comments/flames/etc can be sent to
50 Tyler Akins <fidian@tiny.net>
51
52
53Changes
54=======
551.2 -> 1.3
56 * Removed warning created when all warning were enabled in PHP
57
581.1 -> 1.2
59 * Fixed some HTML
60 * Fixed how message body is grabbed
61
621.0 -> 1.1
63 * Fixed where a color was hardcoded
64 * Moved address <select> to take.php
65 * Moved verification to take.php
66 * Added & changed preferences