Address entities

$address isMe useUP
Returns 1 if this address points to me, otherwise 0 is returned. If useUP is present and false then any eventual userproc is not called.
$address compare address
Compares two addresses and returns 0 if they point to the same user. Otherwise 1 is returned.
$address set personal name host
Sets the address.
$address get form
Returns the address in a textual form. The form argument can have the following values:
rfc822returns the entire address in rfc822 format.
mailreturns the name of the mailbox
namereturns the personal name
RatCreateAddress address
Returns an address command containing the given address.