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\"'<>[]," <fedorov@post.km.ru>, "sdfsdf" <sdf@km.ru>, "SDFsdf\")@(*$@!#" <b@km.ru>, <c@km.ru>
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