Thijs Kinkhorst
|
75de52f258
Getting ready for 1.4.0 RC1
|
преди 22 години |
tassium
|
286c5e1c39
sqimap_message_list_squisher() was returning nothing if the data passed to it was not an array. It should have just been returning the data as it was passed.
|
преди 22 години |
Thijs Kinkhorst
|
513e603e08
XXS fixes, as in stable
|
преди 23 години |
tassium
|
5414e1f492
sqimap_msgs_list_delete was calling sqimap_run_command using a variable ($handle_errors) which was not set. The call above it (also to sqimap_run_command) did not use $handle_errors, so I changed the bad call to match the other call.
|
преди 23 години |
indiri69
|
fdc0c3febc
Make header checking case insensitive
|
преди 23 години |
stekkel
|
80ff67e460
wrong version, 2ed try
|
преди 23 години |
stekkel
|
892fd3c1b5
added flag related functions for handling sets of messages instead of using
|
преди 23 години |
jmunro
|
16542833cd
Since changing to rg=0 we make extensive use of $_SESSION and $HTTP_SESSION_VARS. Because of this session_register, session_unregister, and session_is_registered should NOT be used (see the PHP manual at php.net). They are buggy over different PHP versions anyway. Now when changing a session var using the custom 'sq' version of these functions (all located in global.php) the superglobal array is accessed directly. This fixes the problem with corrupted objects in the session. Tested with 4.1.2 rg=0 and 1.
|
преди 23 години |
Thijs Kinkhorst
|
91f4b6989d
Fix for IMAP servers that don't always return a UIDNEXT value
|
преди 23 години |
Thijs Kinkhorst
|
067363daea
Update function directory to rg=0.
|
преди 23 години |
stekkel
|
9970784525
fix for never ending while loop
|
преди 23 години |
thomppj
|
caeff8b548
First, more formatting conventions.
|
преди 23 години |
stekkel
|
660b1536b4
allow_call_time_pass_reference = Off
|
преди 23 години |
stekkel
|
0e8cd5f791
Fix for broken imap-servers with a missing UIDNEXT Value.
|
преди 23 години |
robsiemb
|
271ff2d72a
make the failure to set the \Answered flag on a message when replying
|
преди 23 години |
stekkel
|
86e5cf0709
rfc822_header
|
преди 23 години |
Thijs Kinkhorst
|
9380bf6b72
Fix typo, thanks to Scott A. Hughes.
|
преди 23 години |
stekkel
|
cbc9d9de55
moved check for issent to mailbox_display where it belongs
|
преди 23 години |
stekkel
|
a8d0e85ae6
typo
|
преди 23 години |
uid77282
|
b752a13b74
Spacing fixes
|
преди 23 години |
uid77282
|
cd9d641e7f
$msgi+1 doesn't work when using anything but the system's default sort.
|
преди 23 години |
stekkel
|
0e59838711
removed debug message
|
преди 23 години |
stekkel
|
dc7e555a2c
UID support
|
преди 23 години |
centaurix
|
7c00d76e60
changed preg_match from /AU to /AUi flags to catch headers case insensitive
|
преди 23 години |
jmunro
|
61d81edeb2
looks like a typo at line 632 giving me parse errors.
|
преди 23 години |
stekkel
|
4371e203e5
Added function to get mime-entity headers
|
преди 23 години |
Pontus Ullgren
|
11ed1b3a56
OK according to the RFC this fix should be done for all imapservers, sorry about that
|
преди 23 години |
Pontus Ullgren
|
8f827545da
Forgot to add as global
|
преди 23 години |
Pontus Ullgren
|
6786ec6b9a
Added TZ-fix for cyrus and mac os x mailserver aswell since these have been reported.
|
преди 23 години |
Pontus Ullgren
|
f32c6c8fdd
Fix for badly formated date string from INTERNALDATE when using courier
|
преди 23 години |