Commit Graph

134 Commits (a91c9ba12a3e04eb7564592016024b568fe12ec4)

Author SHA1 Message Date
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) 16 years ago
thomascube d368a68ed7 Reverted r1607. See #1485137 for explanations 16 years ago
alecpl 4897adcbd4 #1485137: added 'form' to allowed elements list 16 years ago
thomascube 21e724153e Improve HTML sanitization with washtml 16 years ago
thomascube 5b3dd412d2 Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163) 16 years ago
alecpl 0a5e6a5454 - fixed utf7_to_utf8() for numeric input (#1485175) 16 years ago
alecpl e189a6ca18 - Added flag column on messages list (#1484623) 16 years ago
alecpl 1c25366406 Patched Mail/mimePart.php (http://pear.php.net/bugs/bug.php?id=14232) 16 years ago
thomascube 4dae735feb Flag original message as Forwarded when sending mail 16 years ago
thomascube 1fb78c57cc Revert changes from r994 and make cram-md5 work again (#1484819) 16 years ago
alecpl 18ebb902d5 #1485097: Re-enable background attribute in HTML messages 16 years ago
alecpl ee289dc2ed - Updated PEAR::Mail_Mime (#1484973) 16 years ago
alecpl ac6e28409f - http://pear.php.net/bugs/bug.php?id=14124 16 years ago
thomascube 350459486d Change meta-charset specififcation in HTML to UTF-8; no need for mb_convert_encoding() anymore 16 years ago
thomascube cfe4a6baf4 Fix structure parsing and html output for multipart messages 16 years ago
alecpl 49e5f72328 - added iil_PutLine() wrapper for fputs()
- code cleanup and identation fixes
16 years ago
thomascube ece3aed366 Fix BODYSTRUCTURE response parsing: some servers respond like 'F1247 OK Completed (0.000 sec)' 16 years ago
thomascube a8755664af Allow <body> tag in HTML messages which will be converted to <div class='rcmBody'> 16 years ago
thomascube 65cc1c196f Chech for mb_convert_encoding first because mbstring is optional for RoundCube + add some phpdoc 16 years ago
alecpl 68217c548a -add convert encoding before html parsing 16 years ago
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()
16 years ago
alecpl d1e8e3f5a0 - Escape \ in login (#1484614) 16 years ago
alecpl e16938eac8 - Support " and \ in folder names 16 years ago
thomascube 45f56c1c40 Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments 16 years ago
thomascube bf0cb98701 Moved RoundCube functionality from lib to rcube_imap class; removed debug log 16 years ago
till 3bfab3b99c fix to #1485083 16 years ago
alecpl 9b90b33713 - trim(chop()) replaced by trim() (#1485080) 16 years ago
alecpl f35f9c53fe -commented out optional capability response reading on connect 16 years ago
alecpl e5deaae528 - Updated PEAR::DB package to version 1.7.13 16 years ago
alecpl ad69589792 - fixed comments 16 years ago
alecpl ca4c087f02 - Don't call CAPABILITY twice if possible (RFC3501 [7.1]) 16 years ago
alecpl d1403fd726 - fixed #1485032 and updated MDB2 package+drivers 16 years ago
alecpl f294da0d9e #1484728 17 years ago
alecpl 1578816422 - Updated PEAR::Auth_SASL to 1.0.2 17 years ago
alecpl 0a97a039c4 - Fix IMAP response in message body when message has no body (#1484964) 17 years ago
alecpl 76a89bf04d #1333167
#1484916
17 years ago
thomascube 47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 17 years ago