|
@@ -238,12 +238,10 @@
|
|
function sqimap_append ($imap_stream, $sent_folder, $length) {
|
|
function sqimap_append ($imap_stream, $sent_folder, $length) {
|
|
fputs ($imap_stream, "a001 APPEND \"$sent_folder\" (\\Seen) \{$length}\r\n");
|
|
fputs ($imap_stream, "a001 APPEND \"$sent_folder\" (\\Seen) \{$length}\r\n");
|
|
$tmp = fgets ($imap_stream, 1024);
|
|
$tmp = fgets ($imap_stream, 1024);
|
|
- echo $tmp;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
function sqimap_append_done ($imap_stream) {
|
|
function sqimap_append_done ($imap_stream) {
|
|
fputs ($imap_stream, "\r\n");
|
|
fputs ($imap_stream, "\r\n");
|
|
$tmp = fgets ($imap_stream, 1024);
|
|
$tmp = fgets ($imap_stream, 1024);
|
|
- echo $tmp;
|
|
|
|
}
|
|
}
|
|
?>
|
|
?>
|