Tyler Akins
|
d5750c6aca
Changed many "Call-time pass-by-reference" errors. Things should be passed
|
24 年之前 |
Tyler Akins
|
248061a4d0
* Needed to escape the { and } in the regexp
|
24 年之前 |
Tyler Akins
|
de965920f1
Removed a lot of the warnings generated when PHP has all warnings enabled.
|
24 年之前 |
Tyler Akins
|
de7069a67c
Replaced preg_match with ereg (speed)
|
24 年之前 |
Luke Ehresman
|
57564a5cf0
fixed some problems in sqimap_read_body(). Please test it out.
|
24 年之前 |
Luke Ehresman
|
1f973b92da
Added a much better fix for the IE/SSL problem. No security hazards
|
24 年之前 |
Tyler Akins
|
cb3984d52c
CHEAP HACK to fix the problem. This should REALLY look at the first line
|
24 年之前 |
Luke Ehresman
|
02508d318b
Finally fixed the IE/SSL download problem.
|
24 年之前 |
Luke Ehresman
|
a5b4ea4619
fixed bug #128278 - size not displayed correctly when searching
|
24 年之前 |
mattphillips
|
efcd749e41
Patch contained in "[ Bug #128309 ] m$ exchange bug workaround". Exchange was
|
24 年之前 |
Tyler Akins
|
825c6f8d9b
Changed timeout from 0 seconds (died for me constantly) to 15 seconds.
|
24 年之前 |
Luke Ehresman
|
3e4438f709
added Taiwan transation
|
24 年之前 |
Tyler Akins
|
c322ac4a25
Hopefully killing the quotemeta and login problems with funny characters
|
24 年之前 |
pallo
|
9d692148ef
The configured IMAP folder delimiter ($optional_delimiter) was never used (it
|
24 年之前 |
Tyler Akins
|
94dd6b5127
Another array detection "if" statement.
|
24 年之前 |
Ondřej Surý
|
2780154b27
imap_mailbox: Fixed minor bug in sqimap_mailbox_list
|
24 年之前 |
Luke Ehresman
|
4a6ff6d6d7
added config option to specify the IMAP folder delimiter, rather than
|
24 年之前 |
Tyler Akins
|
f0ba821678
Changed an if {} else if {} into if {} else {} (removed unnecessary if)
|
25 年之前 |
Tyler Akins
|
d4db78af51
- Returned sqimap_get_delimiter() to the old code, but left the new code
|
25 年之前 |
Tyler Akins
|
5effbcffde
sqimap_read_data now uses the $response and $message vars
|
25 年之前 |
Tyler Akins
|
bab85e2806
Added html_top and html_bottom hooks to read_body for compression plugin
|
25 年之前 |
Tyler Akins
|
481d61b096
When there is an error logging in, and since we are using frames, the
|
25 年之前 |
Luke Ehresman
|
8e1d8f7136
added CHARSET option to searching.. should fix the german character
|
25 年之前 |
gustavf
|
1bbc280e7a
Added encryption of the password before it is stored in a cookie.
|
25 年之前 |
Luke Ehresman
|
dd974cdaef
if from = "" <user@domain.com>
|
25 年之前 |
Luke Ehresman
|
8c3f9a7b88
simple fix of a sorta-bug. Did a check for function bindtextdomain().
|
25 年之前 |
Luke Ehresman
|
33c369d337
fixed some html errors, added endlines
|
25 年之前 |
Luke Ehresman
|
929a043391
- added "High Contrast" theme submitted by Casey A. Peel <cpeel@localhost.localdomain>
|
25 年之前 |
Luke Ehresman
|
cb9a59a769
- fixed bugs in sorting by from and subject
|
25 年之前 |
gustavf
|
683fa64ac3
Now translation is working for "Unknown user or..."
|
25 年之前 |