Prevent loop in parseAddress: if the address is invalid and looks like:
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 25 May 2003 18:58:15 +0000 (18:58 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 25 May 2003 18:58:15 +0000 (18:58 +0000)
commit04bfe52bb1d103e0770a6ed141b656b78a0ea483
treed1d0f70973ccad4c7b2a95f93c875a82f5621777
parent6c0aac2731e49dfa06a7ad07c244fb40ee772692
Prevent loop in parseAddress: if the address is invalid and looks like:
Thijs <aap
(no closing ">"), parseAddress would enter an infinite loop. This is
solved by increasing $pos when no closing > is found. Closes 742584,
thanks Jeroen van Wolffelaar.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4939 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/imap_general.php