root/trunk/roundcubemail/program/lib/imap.inc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3353 [3353] 4 days thomasb Save draft information in one header; finally fixes #1486203
(edit) @3316 [3316] 12 days thomasb Flag original messages after sending a draft (#1486203)
(edit) @3306 [3306] 2 weeks thomasb New recent check based on UIDs
(edit) @3261 [3261] 5 weeks alec - Fix attachment excessive memory use, support messages of any size …
(edit) @3247 [3247] 6 weeks alec - Fix sorting by date of messages without date header on servers without …
(edit) @3213 [3213] 8 weeks alec - Use PLAIN auth when CRAM fails and imap_auth_type='check' (#1486371)
(edit) @3186 [3186] 3 months alec - Improved handling of message parts of type message/rfc822 (fixed e.g. …
(edit) @3153 [3153] 3 months alec - added feof() checks before fgets/fread
(edit) @3084 [3084] 4 months alec - Fix imap_auth_type regression (#1486263)
(edit) @3018 [3018] 5 months alec - improve Content-type header parsing
(edit) @3009 [3009] 5 months alec - simple fix in iil_C_FetchHeaders to handle "* BYE" response
(edit) @3006 [3006] 6 months alec - fix corrupted attachments on forward (#1486193)
(edit) @2974 [2974] 6 months alec - small code improvements
(edit) @2972 [2972] 6 months alec - Fix "Empty startup greeting" bug (#1486085)
(edit) @2938 [2938] 6 months alec - fix bug in r2929 commit (#1486107)
(edit) @2929 [2929] 6 months alec - Fix roundcube hangs on empty inbox with bincimapd (#1486093)
(edit) @2927 [2927] 6 months alec - Fix wrong headers for IE on servers without $_SERVERHTTPS? (#1485926) …
(edit) @2902 [2902] 7 months alec - fix displaying attachments with backslash in filename (#1486076)
(edit) @2897 [2897] 7 months alec - fix r2883 change (server command continuation response could be "+ …
(edit) @2883 [2883] 7 months alec - Fix endless loop on error response for APPEND command (#1486060)
(edit) @2879 [2879] 7 months alec - Fix Date sorting problem with Courier IMAP server (#1486065)
(edit) @2826 [2826] 8 months alec - Add rcube_imap::unset_flag (#1486017)
(edit) @2814 [2814] 8 months alec - Fix endless loop in iil_C_Login() with Courier IMAP (#1486010)
(edit) @2749 [2749] 8 months alec - fix debug output from iil_C_Append() + some more connection errors …
(edit) @2740 [2740] 8 months alec - small code improvements + possible bugs fixes
(edit) @2739 [2739] 8 months alec - small code improvements
(edit) @2738 [2738] 8 months alec - few fixes for last commits
(edit) @2735 [2735] 8 months alec - Performance improvements by use UID commands (#1485690)
(edit) @2719 [2719] 8 months alec - Added 'imap_debug' option, described 'sql_debug' option in config file
(edit) @2717 [2717] 8 months alec - Support %h variable in 'smtp_server' option (#1485766)
(edit) @2671 [2671] 9 months alec - Fix empty Date header issue (#1485923) + some cleanups
(edit) @2629 [2629] 9 months alec - Fixed many 'skip_deleted' issues (#1485634) - Fixed messages list …
(edit) @2593 [2593] 10 months alec - fix FETCH reply parsing (#1485891)
(edit) @2570 [2570] 10 months alec - fix too many debug info ;)
(edit) @2569 [2569] 10 months alec - re-fix #1485884
(edit) @2563 [2563] 10 months alec - Fixed problem with double quote at the end of folder name (#1485884)
(edit) @2540 [2540] 10 months alec - Support UID EXPUNGE: remove only moved/deleted messages
(edit) @2533 [2533] 10 months alec - small LF fix in quoted-printable convertion
(edit) @2521 [2521] 10 months alec - handle startup response (#1484853)
(edit) @2504 [2504] 10 months alec - remove not used icl_commons.inc file
(edit) @2475 [2475] 10 months alec - fix uudecode (skip "begin XXX filename" header)
(edit) @2473 [2473] 10 months alec - handle one convert_uudecode() warning
(edit) @2471 [2471] 10 months alec - Support UUencode content encoding (#1485839)
(edit) @2464 [2464] 10 months alec - prevent infinite loop on imap error in iil_C_HandlePartBody()
(edit) @2451 [2451] 11 months alec - use preg_* instead of ereg* + removed caching functions
(edit) @2448 [2448] 11 months alec - Use UID STORE/COPY commands
(edit) @2401 [2401] 11 months thomasb Merged branch devel-api (from r2208 to r2387) back into trunk (omitting …
(edit) @2388 [2388] 11 months alec - Support STARTTLS in IMAP connection (#1485284)
(edit) @2378 [2378] 11 months alec - re-fix last commmit
(edit) @2377 [2377] 11 months alec - Fix opening attachment marks message as read (#1485803)
(edit) @2331 [2331] 13 months alec - Fix FETCH result parsing for servers returning flags at the end of …
(edit) @2330 [2330] 13 months alec - Fix errors handling in IMAP command continuations (#1485762)
(edit) @2280 [2280] 13 months alec - Fix some base64 encoded attachments handling (#1485725)
(edit) @2273 [2273] 13 months alec - Support NGINX as IMAP backend: better BAD response handling (#1485720)
(edit) @2263 [2263] 14 months alec - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag …
(edit) @2240 [2240] 14 months alec #1484467: fix problems with backslash as imap hierarchy delimiter
(edit) @2222 [2222] 14 months alec - Improve messages display performance
(edit) @2221 [2221] 14 months alec - fix: set default auth method to 'check' not 'plain'
(edit) @2185 [2185] 15 months alec - fix internal date parsing
(edit) @2172 [2172] 15 months alec - Support multiple quota values in QUOTAROOT resonse (#1485626)
(edit) @2144 [2144] 15 months alec - comment console() call
(edit) @2143 [2143] 15 months alec - Performance: allow setting imap rootdir and delimiter before connect …
(edit) @2096 [2096] 16 months alec - re-fix r2095
(edit) @2079 [2079] 16 months thomasb Fix call-time pass-by-reference warnings
(edit) @2072 [2072] 16 months alec - optimize iil_C_FetchHeaders() to use only one FETCH command
(edit) @2069 [2069] 16 months alec - Speed up raw message body handling (call FETCH only once for the whole …
(edit) @2067 [2067] 16 months alec - last change fix
(edit) @2066 [2066] 16 months alec - Fix handling of some malformed messages (#1484438)
(edit) @2055 [2055] 16 months alec - don't use SORT when SEARCH is better (sort field not specified)
(edit) @2052 [2052] 16 months alec - fixes for status filter - don't call search second time if first call …
(edit) @2046 [2046] 16 months alec - Use SORT for searching on servers with SORT capability
(edit) @2026 [2026] 17 months alec - added BYE response simple support to prevent from endless loops in …
(edit) @1964 [1964] 17 months alec - fixed iil_C_Sort() to support very long and/or divided responses …
(edit) @1960 [1960] 17 months alec - Fix imap searching on ISMail (#1485466)
(edit) @1899 [1899] 18 months alec - small improvement: don't use implode to check array elements
(edit) @1800 [1800] 18 months alec - Reduced memory footprint when forwarding attachments (#1485345) - Fixed …
(edit) @1791 [1791] 18 months alec - handle 'undisclosed-recipients in imap.inc
(edit) @1714 [1714] 19 months alec - last change fix
(edit) @1713 [1713] 19 months alec - fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response use
(edit) @1691 [1691] 19 months alec - Added option 'quota_zero_as_unlimited' (#1484604)
(edit) @1682 [1682] 19 months alec -removed flush() calls in iil_C_HandlePartBody() to prevent from memory …
(edit) @1658 [1658] 19 months thomasb Better fix for bodystructure parsing (#1485280)
(edit) @1657 [1657] 19 months thomasb Fix bodystructure parsing (#1485280)
(edit) @1646 [1646] 19 months thomasb Better fix for skipping untagged responses; should also work with long …
(edit) @1616 [1616] 20 months thomasb Ignore untagged responses when fetching BODYSTRUCTURE (patch by B. …
(edit) @1590 [1590] 20 months thomasb Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)
(edit) @1580 [1580] 21 months alec - Added flag column on messages list (#1484623)
(edit) @1565 [1565] 21 months thomasb Flag original message as Forwarded when sending mail
(edit) @1557 [1557] 21 months thomasb Revert changes from r994 and make cram-md5 work again (#1484819)
(edit) @1480 [1480] 22 months thomasb Fix structure parsing and html output for multipart messages
(edit) @1478 [1478] 22 months alec - added iil_PutLine() wrapper for fputs() - code cleanup and identation …
(edit) @1477 [1477] 22 months thomasb Fix BODYSTRUCTURE response parsing: some servers respond like 'F1247 OK …
(edit) @1466 [1466] 22 months alec - imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of …
(edit) @1460 [1460] 22 months alec - Escape \ in login (#1484614)
(edit) @1457 [1457] 22 months alec - Support " and \ in folder names
(edit) @1430 [1430] 22 months thomasb Moved RoundCube functionality from lib to rcube_imap class; removed debug …
(edit) @1424 [1424] 22 months till fix to #1485083
(edit) @1419 [1419] 22 months alec - trim(chop()) replaced by trim() (#1485080)
(edit) @1414 [1414] 22 months alec -commented out optional capability response reading on connect
(edit) @1369 [1369] 23 months alec - fixed comments
Note: See TracRevisionLog for help on using the revision log.