quick hack to remove the preg_match for * [0-9]+ FETCH in case of
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 26 Aug 2002 09:27:43 +0000 (09:27 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 26 Aug 2002 09:27:43 +0000 (09:27 +0000)
commit56afb33f40bc96f5bf950f2af98f2db11a249e67
treeff870cbd18afdc992477b887f5b8d7a7184165f1
parentb583c3e81eac9d77d21cea3c8854a447d1deda87
quick hack to remove the preg_match for * [0-9]+ FETCH in case of
sqimap_run_command. Explanation: if we request for a single fetch (not a
list) we shouldn't look for extra fetch lines because this stops the
processing in case of body entities with * a001 fetch lines.
Later we can glue the 2 functions together if we add information to
sqimap_read_data_list about the nature of the call (list or not)

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