AddressBookThis is the main address book class that connect all the backends and provide services to the functions above.
Located in /nasmail/functions/addressbook.php (line 790)
Constructor AddressBook (line 819)
Constructor function.
add (line 1036)
Create a new address from $userdata, in backend $bnum.
Return the backend number that the/ address was added to, or false if it failed.
add_backend (line 850)
Add a new backend.
full_address (line 880)
This function takes a $row array as returned by the addressbook search and returns an e-mail address with the full name or nickname optionally prepended.
get_backend_list (line 829)
Return an array of backends of a given type, or all backends if no type is specified.
list_addr (line 1003)
Return all addresses
lookup (line 966)
Lookup an address by alias. Only possible in local backends.
modify (line 1118)
Modifies address book entry identified by $alias from backend $bnum
remove (line 1083)
Remove the user identified by $alias from backend $bnum If $alias is an array, all users in the array are removed.
search (line 903)
Return a list of addresses matching expression in all backends of a given type.
s_search (line 949)
Return a sorted search
Documentation generated on Sun, 22 Nov 2009 17:36:14 +0200 by phpDocumentor 1.4.3