Skip to content

Instantly share code, notes, and snippets.

@alxfv
Created December 9, 2013 12:13
Show Gist options
  • Select an option

  • Save alxfv/7871368 to your computer and use it in GitHub Desktop.

Select an option

Save alxfv/7871368 to your computer and use it in GitHub Desktop.
<?php
$address_list = <<<ADDRESS_LIST
",<\"\"FJI\"'<>[]," <[email protected]>, "sdfsdf" <[email protected]>, "SDFsdf\")@(*$@!#" <[email protected]>, <[email protected]>
ADDRESS_LIST;
$address_list = rcube_mime::decode_address_list($address_list);
print '<pre>';
print_r($address_list);
print '</pre>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment