CRM_Utils_Verp
class CRM_Utils_Verp
Class to handle encoding and decoding Variable Enveleope Return Path (VERP) headers.
Properties
static array | $encodeMap | Mapping of reserved characters to hex codes | |
static array | $decodeMap | Mapping of hex codes to reserved characters |
Methods
static string
encode(string $sender, string $recipient)
Encode the sender's address with the VERPed recipient.
static array
verpdecode(string $address)
Decode the address and return the sender and recipient as an array.
Details
at line 77
static string
encode(string $sender, string $recipient)
Encode the sender's address with the VERPed recipient.
at line 103
static array
verpdecode(string $address)
Decode the address and return the sender and recipient as an array.