stekkel
|
892fd3c1b5
added flag related functions for handling sets of messages instead of using
|
il y a 23 ans |
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.
|
il y a 23 ans |
Thijs Kinkhorst
|
91f4b6989d
Fix for IMAP servers that don't always return a UIDNEXT value
|
il y a 23 ans |
Thijs Kinkhorst
|
067363daea
Update function directory to rg=0.
|
il y a 23 ans |
stekkel
|
9970784525
fix for never ending while loop
|
il y a 23 ans |
thomppj
|
caeff8b548
First, more formatting conventions.
|
il y a 23 ans |
stekkel
|
660b1536b4
allow_call_time_pass_reference = Off
|
il y a 23 ans |
stekkel
|
0e8cd5f791
Fix for broken imap-servers with a missing UIDNEXT Value.
|
il y a 23 ans |
robsiemb
|
271ff2d72a
make the failure to set the \Answered flag on a message when replying
|
il y a 23 ans |
stekkel
|
86e5cf0709
rfc822_header
|
il y a 23 ans |
Thijs Kinkhorst
|
9380bf6b72
Fix typo, thanks to Scott A. Hughes.
|
il y a 23 ans |
stekkel
|
cbc9d9de55
moved check for issent to mailbox_display where it belongs
|
il y a 23 ans |
stekkel
|
a8d0e85ae6
typo
|
il y a 23 ans |
uid77282
|
b752a13b74
Spacing fixes
|
il y a 23 ans |
uid77282
|
cd9d641e7f
$msgi+1 doesn't work when using anything but the system's default sort.
|
il y a 23 ans |
stekkel
|
0e59838711
removed debug message
|
il y a 23 ans |
stekkel
|
dc7e555a2c
UID support
|
il y a 23 ans |
centaurix
|
7c00d76e60
changed preg_match from /AU to /AUi flags to catch headers case insensitive
|
il y a 23 ans |
jmunro
|
61d81edeb2
looks like a typo at line 632 giving me parse errors.
|
il y a 23 ans |
stekkel
|
4371e203e5
Added function to get mime-entity headers
|
il y a 23 ans |
Pontus Ullgren
|
11ed1b3a56
OK according to the RFC this fix should be done for all imapservers, sorry about that
|
il y a 23 ans |
Pontus Ullgren
|
8f827545da
Forgot to add as global
|
il y a 23 ans |
Pontus Ullgren
|
6786ec6b9a
Added TZ-fix for cyrus and mac os x mailserver aswell since these have been reported.
|
il y a 23 ans |
Pontus Ullgren
|
f32c6c8fdd
Fix for badly formated date string from INTERNALDATE when using courier
|
il y a 23 ans |
stekkel
|
50e5f6a484
create unfolded lines breaks the header->to header-cc methods for adding the
|
il y a 23 ans |
stekkel
|
f1497cd440
removed echo
|
il y a 23 ans |
stekkel
|
030403b49e
Speed related changes to sqimap_get_small_header_list. However it's tested
|
il y a 23 ans |
jmunro
|
2840fdffeb
final fix for thread sort indent before 1.2.6
|
il y a 23 ans |
jmunro
|
e36f830879
fixes sort order when using server-side and $sort=6
|
il y a 23 ans |
stekkel
|
f3f73f57ed
minor fix
|
il y a 23 ans |