alecpl
|
2de7d74c2b
|
- remove not used icl_commons.inc file
|
16 years ago |
alecpl
|
b31a0af1f4
|
- fix uudecode (skip "begin XXX filename" header)
|
16 years ago |
alecpl
|
6748044273
|
- handle one convert_uudecode() warning
|
16 years ago |
alecpl
|
1c5be6f792
|
- Support UUencode content encoding (#1485839)
|
16 years ago |
alecpl
|
4769ead5e8
|
- prevent infinite loop on imap error in iil_C_HandlePartBody()
|
16 years ago |
alecpl
|
db5abc6c21
|
- ereg -> preg
|
16 years ago |
alecpl
|
2f7405e3ce
|
- use preg_* instead of ereg* + removed caching functions
|
16 years ago |
alecpl
|
aeed58d5af
|
- Use UID STORE/COPY commands
|
16 years ago |
thomascube
|
cc97ea0559
|
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
|
16 years ago |
alecpl
|
f86e8f5faa
|
- Support STARTTLS in IMAP connection (#1485284)
|
16 years ago |
alecpl
|
157fcb81ea
|
- re-fix last commmit
|
16 years ago |
alecpl
|
803b1b7e34
|
- Fix opening attachment marks message as read (#1485803)
|
16 years ago |
alecpl
|
5a3f5852aa
|
- Fix compose window doesn't fit 1024x768 window (#1485396)
|
16 years ago |
alecpl
|
dadb05b0af
|
- Fix TNEF implementation bug (#1485773)
|
16 years ago |
alecpl
|
200b162b1d
|
- Fix 'mode' parameter in sqlite DSN (#1485772)
|
16 years ago |
alecpl
|
55c2a4e23e
|
- Fix FETCH result parsing for servers returning flags at the end of result (#1485763)
|
16 years ago |
alecpl
|
25f779d2e9
|
- Fix errors handling in IMAP command continuations (#1485762)
|
16 years ago |
thomascube
|
6972ccaf31
|
Changed code style for better diffs
|
16 years ago |
thomascube
|
21b160f38c
|
Added TNEF support to decode MS Outlook (winmail.dat) attachments
|
16 years ago |
alecpl
|
0ea8d3a08e
|
- Fix "value continuation" MIME headers by adding required semicolon (#1485727)
|
16 years ago |
alecpl
|
5801afdf3e
|
- Fix some base64 encoded attachments handling (#1485725)
|
16 years ago |
alecpl
|
487edf8c62
|
- Support NGINX as IMAP backend: better BAD response handling (#1485720)
|
16 years ago |
alecpl
|
5c771cb25e
|
- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
|
16 years ago |
alecpl
|
755900cd6a
|
- Fix html entities replacement (related to r2186)
|
16 years ago |
thomascube
|
4cc74f7269
|
Treat 'background' attributes the same way as 'src' (another XSS vulnerability)
|
16 years ago |
alecpl
|
b7c1685b2d
|
#1484467: fix problems with backslash as imap hierarchy delimiter
|
16 years ago |
alecpl
|
7a229b9e33
|
- Improve messages display performance
|
16 years ago |
alecpl
|
46b48e6d34
|
- fix: set default auth method to 'check' not 'plain'
|
16 years ago |
svncommit
|
6710a63617
|
Add required parameters to raise_error() calls.
|
16 years ago |
alecpl
|
4e0419b9cb
|
#1485640: http://pear.php.net/bugs/bug.php?id=13032
#1485640: html2text: move html_entity_decode() after preg_replace()
|
16 years ago |
alecpl
|
0fc97c2833
|
- fix internal date parsing
|
16 years ago |
alecpl
|
e275ce6e8d
|
- updated bundled Net_Socket to 1.0.9
|
16 years ago |
alecpl
|
d78c4174ca
|
updated bundled Net_SMTP to 1.3.1
|
16 years ago |
alecpl
|
b751d5609f
|
#1485157: fix DIGEST-MD5 authentication
|
16 years ago |
alecpl
|
78928070c5
|
- Support multiple quota values in QUOTAROOT resonse (#1485626)
|
16 years ago |
alecpl
|
7d2afc9d4a
|
- oops, remove console call
|
16 years ago |
alecpl
|
44ea3fd478
|
- Fix STARTTLS before AUTH in SMTP connection (#1484883)
|
16 years ago |
alecpl
|
781f341b21
|
#1485607: fix charset setting for attachments when sending the message
|
16 years ago |
alecpl
|
f50cc72cbb
|
#1485618: fix code injection vulnerability
|
16 years ago |
alecpl
|
81c7b2cd11
|
- comment console() call
|
16 years ago |
alecpl
|
030c848b0d
|
- Performance: allow setting imap rootdir and delimiter before connect (#1485172)
|
16 years ago |
alecpl
|
4189ccf44a
|
- comment out setcharset() use in sqlite and mssql drivers (http://cvs.php.net/viewvc.cgi/pear/MDB2/MDB2/Driver/mssql.php?r1=1.177&r2=1.178)
|
16 years ago |
alecpl
|
7342d7ef8c
|
- re-fix r2095
|
16 years ago |
thomascube
|
9c314bc268
|
Fix call-time pass-by-reference warnings
|
16 years ago |
alecpl
|
9b9f2674c8
|
- optimize iil_C_FetchHeaders() to use only one FETCH command
|
16 years ago |
alecpl
|
300fc65a46
|
- Better HTML entities conversion in html2text (#1485519)
|
16 years ago |
alecpl
|
322b79db06
|
- Speed up raw message body handling (call FETCH only once for the whole message insteade of twice for headers and body)
|
16 years ago |
alecpl
|
f14ac8cefe
|
- last change fix
|
16 years ago |
alecpl
|
ceb52fe074
|
- Fix handling of some malformed messages (#1484438)
|
16 years ago |
alecpl
|
e2e745fb4e
|
- don't use SORT when SEARCH is better (sort field not specified)
|
16 years ago |