Commit Graph

142 Commits

Author SHA1 Message Date
thomascube
c505e59a6d Respect Content-Location headers in multipart/related messages (#1484946) 2008-09-05 09:29:06 +00:00
alecpl
5ec762a085 -fixed r1733 change 2008-09-05 07:05:29 +00:00
alecpl
e8a1b7ef8f - fix: don't encode short ascii names (http://pear.php.net/bugs/bug.php?id=14232) 2008-09-05 06:53:51 +00:00
alecpl
510ca2835b - fix for \" and \\ sequences in quoted strings 2008-09-04 11:02:22 +00:00
alecpl
76265efa73 - last change fix 2008-09-02 12:47:48 +00:00
alecpl
11ef977d13 - fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response use 2008-09-02 12:29:31 +00:00
alecpl
e7f85bd274 - applied RC's patches after html2text update 2008-08-30 12:35:36 +00:00
alecpl
8ac6fd094a - Improved HTML to TXT conversion by html2text class update to version 1.0.0 2008-08-30 11:24:39 +00:00
alecpl
7789fddb79 - oops, fixed parse error from last change 2008-08-29 08:43:17 +00:00
alecpl
7353fab316 - Added PRE handling in html2text class (#1484740) 2008-08-29 08:40:21 +00:00
alecpl
876b15dcce - Added option 'quota_zero_as_unlimited' (#1484604) 2008-08-28 18:04:19 +00:00
alecpl
d5c539942e -removed flush() calls in iil_C_HandlePartBody() to prevent from memory leak (#1485187) 2008-08-26 07:48:09 +00:00
alecpl
9e8e5fa634 - Removed support for PEAR::DB driver 2008-08-26 07:21:50 +00:00
thomascube
515b0c203b Add KOI8-R encoding to utf-8 lib 2008-08-22 11:28:53 +00:00
alecpl
95987c3943 - removed PHP4 class constructors 2008-08-21 06:59:45 +00:00
alecpl
3b0eda1146 #1485223: http://pear.php.net/bugs/bug.php?id=14529 2008-08-20 07:32:21 +00:00
thomascube
fab43d2eb5 Better fix for bodystructure parsing (#1485280) 2008-08-18 12:33:26 +00:00
thomascube
e223df762a Fix bodystructure parsing (#1485280) 2008-08-18 12:29:48 +00:00
thomascube
43a27409cc Better fix for skipping untagged responses; should also work with long body structres (#1485261) 2008-08-14 11:09:38 +00:00
thomascube
1b5deba5fa Prevent from endless recursion when structure string is chopped 2008-08-14 10:36:54 +00:00
alecpl
ff73e02cce - fread() replaced by file_get_contents(), see comments in #1484880 2008-08-06 09:25:45 +00:00
thomascube
e1367cf1a6 Ignore untagged responses when fetching BODYSTRUCTURE (patch by B. Johannessen) 2008-07-31 14:48:00 +00:00
thomascube
d368a68ed7 Reverted r1607. See #1485137 for explanations 2008-07-22 17:13:47 +00:00
alecpl
4897adcbd4 #1485137: added 'form' to allowed elements list 2008-07-22 10:38:43 +00:00
thomascube
21e724153e Improve HTML sanitization with washtml 2008-07-22 08:01:42 +00:00
thomascube
5b3dd412d2 Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163) 2008-07-15 16:48:20 +00:00
alecpl
0a5e6a5454 - fixed utf7_to_utf8() for numeric input (#1485175) 2008-06-30 09:54:32 +00:00
alecpl
e189a6ca18 - Added flag column on messages list (#1484623) 2008-06-30 09:36:18 +00:00
alecpl
1c25366406 Patched Mail/mimePart.php (http://pear.php.net/bugs/bug.php?id=14232) 2008-06-25 06:33:10 +00:00
thomascube
4dae735feb Flag original message as Forwarded when sending mail 2008-06-20 12:05:42 +00:00
thomascube
1fb78c57cc Revert changes from r994 and make cram-md5 work again (#1484819) 2008-06-18 06:44:39 +00:00
alecpl
18ebb902d5 #1485097: Re-enable background attribute in HTML messages 2008-06-15 11:23:18 +00:00
alecpl
ee289dc2ed - Updated PEAR::Mail_Mime (#1484973) 2008-06-13 19:42:15 +00:00
alecpl
ac6e28409f - http://pear.php.net/bugs/bug.php?id=14124 2008-06-12 12:45:14 +00:00
thomascube
350459486d Change meta-charset specififcation in HTML to UTF-8; no need for mb_convert_encoding() anymore 2008-06-07 12:51:21 +00:00
thomascube
cfe4a6baf4 Fix structure parsing and html output for multipart messages 2008-06-05 17:35:12 +00:00
alecpl
49e5f72328 - added iil_PutLine() wrapper for fputs()
- code cleanup and identation fixes
2008-06-05 17:26:52 +00:00
thomascube
ece3aed366 Fix BODYSTRUCTURE response parsing: some servers respond like 'F1247 OK Completed (0.000 sec)' 2008-06-05 10:44:48 +00:00
thomascube
a8755664af Allow <body> tag in HTML messages which will be converted to <div class='rcmBody'> 2008-06-04 09:40:17 +00:00
thomascube
65cc1c196f Chech for mb_convert_encoding first because mbstring is optional for RoundCube + add some phpdoc 2008-06-04 09:13:06 +00:00
alecpl
68217c548a -add convert encoding before html parsing 2008-06-03 17:07:53 +00:00
alecpl
02548b976c - imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
- imap.inc: Fixed iil_C_FetchStructureString() to handle many
  literal strings in response (#1484969)
- imap.inc: Removed hardcoded data size in iil_ReadLine()
2008-06-03 12:23:55 +00:00
alecpl
d1e8e3f5a0 - Escape \ in login (#1484614) 2008-05-31 07:55:20 +00:00
alecpl
e16938eac8 - Support " and \ in folder names 2008-05-30 16:15:35 +00:00
thomascube
45f56c1c40 Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments 2008-05-29 16:10:42 +00:00
thomascube
bf0cb98701 Moved RoundCube functionality from lib to rcube_imap class; removed debug log 2008-05-27 06:41:46 +00:00
till
3bfab3b99c fix to #1485083 2008-05-26 10:11:19 +00:00
alecpl
9b90b33713 - trim(chop()) replaced by trim() (#1485080) 2008-05-23 09:30:43 +00:00
alecpl
f35f9c53fe -commented out optional capability response reading on connect 2008-05-21 08:19:26 +00:00
alecpl
e5deaae528 - Updated PEAR::DB package to version 1.7.13 2008-05-12 12:19:32 +00:00