Quellcode durchsuchen

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).

Bron Gondwana vor 23 Jahren
Ursprung
Commit
e653625a0d
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      ChangeLog

+ 2 - 0
ChangeLog

@@ -4,6 +4,8 @@
 
 Version 1.2.3 -- ??
 -------------------
+  - Fixed IMAP code to send different command identifiers as per 
+    section 2.2.1 of RFC 2060.
   - Fixed 'sticky priority' so that replies are set to the same
     priority as the original message.
   - Fixed Printer Friendly to print HTML messages.