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 |
alecpl
|
697cc52cff
|
- fixes for status filter
- don't call search second time if first call returns empty (array) result
|
16 years ago |
alecpl
|
0803fb007e
|
- Use SORT for searching on servers with SORT capability
|
16 years ago |
alecpl
|
68af648117
|
- Fix empty file sending (#1485389)
|
16 years ago |
alecpl
|
f35a226447
|
#1485534: fix (multiple) PRE conversion
|
16 years ago |
alecpl
|
d2993ee4db
|
- added BYE response simple support to prevent from endless loops in imap.inc (#1483956)
|
16 years ago |
svncommit
|
c9ca6ada03
|
added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing
|
16 years ago |
alecpl
|
effc35fdbe
|
#1485513: another MDB2 package fix in _skipDelimitedStrings()
|
16 years ago |
alecpl
|
1ad39efbf4
|
#1485504: fix _skipDelimitedStrings()
|
16 years ago |
alecpl
|
8e2a5a76d1
|
#1485504: applied two patches from MDB2's repository
|
16 years ago |
alecpl
|
7ae46f2b1d
|
- fixed iil_C_Sort() to support very long and/or divided responses (#1485283)
|
16 years ago |
alecpl
|
2b4bae16a9
|
- Fix imap searching on ISMail (#1485466)
|
16 years ago |
alecpl
|
f7028b2079
|
- small improvement: don't use implode to check array elements
|
16 years ago |
alecpl
|
ffae15e5fc
|
- Added 'mime_param_folding' option with possibility to choose
long/non-ascii attachment names encoding eg. to be readable
in MS Outlook/OE (#1485320)
- Added "advanced options" feature in User Preferences
|
16 years ago |
alecpl
|
09f19e675f
|
- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)
|
16 years ago |
alecpl
|
7f62581c10
|
- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
|
16 years ago |
thomascube
|
a47acc56c6
|
Allow content of HTML head sections to be processes
|
16 years ago |
alecpl
|
81b573d98a
|
- Reduced memory footprint when forwarding attachments (#1485345)
- Fixed endless loop in iil_C_HandlePartBody()
- rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part()
|
16 years ago |
alecpl
|
109314c7d1
|
- handle 'undisclosed-recipients in imap.inc
|
16 years ago |
thomascube
|
c505e59a6d
|
Respect Content-Location headers in multipart/related messages (#1484946)
|
16 years ago |
alecpl
|
5ec762a085
|
-fixed r1733 change
|
16 years ago |
alecpl
|
e8a1b7ef8f
|
- fix: don't encode short ascii names (http://pear.php.net/bugs/bug.php?id=14232)
|
16 years ago |
alecpl
|
510ca2835b
|
- fix for \" and \\ sequences in quoted strings
|
16 years ago |
alecpl
|
76265efa73
|
- last change fix
|
16 years ago |
alecpl
|
11ef977d13
|
- fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response use
|
16 years ago |
alecpl
|
e7f85bd274
|
- applied RC's patches after html2text update
|
16 years ago |
alecpl
|
8ac6fd094a
|
- Improved HTML to TXT conversion by html2text class update to version 1.0.0
|
16 years ago |
alecpl
|
7789fddb79
|
- oops, fixed parse error from last change
|
16 years ago |
alecpl
|
7353fab316
|
- Added PRE handling in html2text class (#1484740)
|
16 years ago |
alecpl
|
876b15dcce
|
- Added option 'quota_zero_as_unlimited' (#1484604)
|
16 years ago |
alecpl
|
d5c539942e
|
-removed flush() calls in iil_C_HandlePartBody() to prevent from memory leak (#1485187)
|
16 years ago |
alecpl
|
9e8e5fa634
|
- Removed support for PEAR::DB driver
|
16 years ago |
thomascube
|
515b0c203b
|
Add KOI8-R encoding to utf-8 lib
|
16 years ago |
alecpl
|
95987c3943
|
- removed PHP4 class constructors
|
16 years ago |
alecpl
|
3b0eda1146
|
#1485223: http://pear.php.net/bugs/bug.php?id=14529
|
16 years ago |
thomascube
|
fab43d2eb5
|
Better fix for bodystructure parsing (#1485280)
|
16 years ago |
thomascube
|
e223df762a
|
Fix bodystructure parsing (#1485280)
|
16 years ago |
thomascube
|
43a27409cc
|
Better fix for skipping untagged responses; should also work with long body structres (#1485261)
|
16 years ago |
thomascube
|
1b5deba5fa
|
Prevent from endless recursion when structure string is chopped
|
16 years ago |
alecpl
|
ff73e02cce
|
- fread() replaced by file_get_contents(), see comments in #1484880
|
16 years ago |
thomascube
|
e1367cf1a6
|
Ignore untagged responses when fetching BODYSTRUCTURE (patch by B. Johannessen)
|
17 years ago |
thomascube
|
d368a68ed7
|
Reverted r1607. See #1485137 for explanations
|
17 years ago |
alecpl
|
4897adcbd4
|
#1485137: added 'form' to allowed elements list
|
17 years ago |
thomascube
|
21e724153e
|
Improve HTML sanitization with washtml
|
17 years ago |