Incremental sequence numbers is now in CVS. Please check that it works for
authorbrong <brong@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 12 Jan 2002 11:45:59 +0000 (11:45 +0000)
committerbrong <brong@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 12 Jan 2002 11:45:59 +0000 (11:45 +0000)
commit5395f61e76ea7a5dd9ba3637827a834d8565bdf1
treee5d86bafaa55a650ec59bea69a306072b6e8e795
parent41600f7d5363dfb79aadb45b10756ae63e45ba28
Incremental sequence numbers is now in CVS.  Please check that it works for
you!

The API now allows for:
sqimap_run_command($imap_stream, $query, $handle_errors, $response, $message);

to replace the functionality of:
fputs($imap_stream, $sid . $query);
sqimap_read_data($imap_stream, $sid, $handle_errors, $response, $message);

Please also note that sqimap_session_id() must NOT be called again to obtain
the value of that second $sid.  It now returns a different value each time it
is called so that we are obeying section 2.2.1 of RFC 2060 (IMAPrev1).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2129 7612ce4b-ef26-0410-bec9-ea0150e637f0
ChangeLog