Thijs Kinkhorst
|
1f4f6cf114
Fix this awfully ugly error message, finally.
|
hace 22 años |
Thijs Kinkhorst
|
62a3b54436
Remove some obsoleted parsing functions.
|
hace 22 años |
stekkel
|
2a676bec2a
Missed a spot, now the date is also extracted from the header
|
hace 22 años |
stekkel
|
77a9ce5a49
Rewrite of the sqimap_get_small_header_list function.
|
hace 22 años |
stekkel
|
ff1d3a53b5
moved address-parsing to the displayable messages
|
hace 22 años |
stekkel
|
001b91374f
Whoops wrong file
|
hace 22 años |
stekkel
|
56158f3748
charset encode / decode fixes
|
hace 22 años |
stekkel
|
023e257faf
rewrote unfold routine inside sqimap_small_header_list because it didn't
|
hace 22 años |
stekkel
|
0c732bedbd
lot's of fixes:
|
hace 22 años |
Thijs Kinkhorst
|
75de52f258
Getting ready for 1.4.0 RC1
|
hace 22 años |
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.
|
hace 22 años |
Thijs Kinkhorst
|
513e603e08
XXS fixes, as in stable
|
hace 22 años |
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.
|
hace 22 años |
indiri69
|
fdc0c3febc
Make header checking case insensitive
|
hace 23 años |
stekkel
|
80ff67e460
wrong version, 2ed try
|
hace 23 años |
stekkel
|
892fd3c1b5
added flag related functions for handling sets of messages instead of using
|
hace 23 años |
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.
|
hace 23 años |
Thijs Kinkhorst
|
91f4b6989d
Fix for IMAP servers that don't always return a UIDNEXT value
|
hace 23 años |
Thijs Kinkhorst
|
067363daea
Update function directory to rg=0.
|
hace 23 años |
stekkel
|
9970784525
fix for never ending while loop
|
hace 23 años |
thomppj
|
caeff8b548
First, more formatting conventions.
|
hace 23 años |
stekkel
|
660b1536b4
allow_call_time_pass_reference = Off
|
hace 23 años |
stekkel
|
0e8cd5f791
Fix for broken imap-servers with a missing UIDNEXT Value.
|
hace 23 años |
robsiemb
|
271ff2d72a
make the failure to set the \Answered flag on a message when replying
|
hace 23 años |
stekkel
|
86e5cf0709
rfc822_header
|
hace 23 años |
Thijs Kinkhorst
|
9380bf6b72
Fix typo, thanks to Scott A. Hughes.
|
hace 23 años |
stekkel
|
cbc9d9de55
moved check for issent to mailbox_display where it belongs
|
hace 23 años |
stekkel
|
a8d0e85ae6
typo
|
hace 23 años |
uid77282
|
b752a13b74
Spacing fixes
|
hace 23 años |
uid77282
|
cd9d641e7f
$msgi+1 doesn't work when using anything but the system's default sort.
|
hace 23 años |