source: subversion/trunk/roundcubemail/program/lib/imap.inc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2473   4 years alec - handle one convert_uudecode() warning
(edit) @2471   4 years alec - Support UUencode content encoding (#1485839)
(edit) @2464   4 years alec - prevent infinite loop on imap error in iil_C_HandlePartBody()
(edit) @2451   4 years alec - use preg_* instead of ereg* + removed caching functions
(edit) @2448   4 years alec - Use UID STORE/COPY commands
(edit) @2401   4 years thomasb Merged branch devel-api (from r2208 to r2387) back into trunk (omitting …
(edit) @2388   4 years alec - Support STARTTLS in IMAP connection (#1485284)
(edit) @2378   4 years alec - re-fix last commmit
(edit) @2377   4 years alec - Fix opening attachment marks message as read (#1485803)
(edit) @2331   4 years alec - Fix FETCH result parsing for servers returning flags at the end of …
(edit) @2330   4 years alec - Fix errors handling in IMAP command continuations (#1485762)
(edit) @2280   4 years alec - Fix some base64 encoded attachments handling (#1485725)
(edit) @2273   4 years alec - Support NGINX as IMAP backend: better BAD response handling (#1485720)
(edit) @2263   4 years alec - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag …
(edit) @2240   4 years alec #1484467: fix problems with backslash as imap hierarchy delimiter
(edit) @2222   4 years alec - Improve messages display performance
(edit) @2221   4 years alec - fix: set default auth method to 'check' not 'plain'
(edit) @2185   4 years alec - fix internal date parsing
(edit) @2172   4 years alec - Support multiple quota values in QUOTAROOT resonse (#1485626)
(edit) @2144   4 years alec - comment console() call
(edit) @2143   4 years alec - Performance: allow setting imap rootdir and delimiter before connect …
(edit) @2096   4 years alec - re-fix r2095
(edit) @2079   5 years thomasb Fix call-time pass-by-reference warnings
(edit) @2072   5 years alec - optimize iil_C_FetchHeaders() to use only one FETCH command
(edit) @2069   5 years alec - Speed up raw message body handling (call FETCH only once for the whole …
(edit) @2067   5 years alec - last change fix
(edit) @2066   5 years alec - Fix handling of some malformed messages (#1484438)
(edit) @2055   5 years alec - don't use SORT when SEARCH is better (sort field not specified)
(edit) @2052   5 years alec - fixes for status filter - don't call search second time if first call …
(edit) @2046   5 years alec - Use SORT for searching on servers with SORT capability
(edit) @2026   5 years alec - added BYE response simple support to prevent from endless loops in …
(edit) @1964   5 years alec - fixed iil_C_Sort() to support very long and/or divided responses …
(edit) @1960   5 years alec - Fix imap searching on ISMail (#1485466)
(edit) @1899   5 years alec - small improvement: don't use implode to check array elements
(edit) @1800   5 years alec - Reduced memory footprint when forwarding attachments (#1485345) - Fixed …
(edit) @1791   5 years alec - handle 'undisclosed-recipients in imap.inc
(edit) @1714   5 years alec - last change fix
(edit) @1713   5 years alec - fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response use
(edit) @1691   5 years alec - Added option 'quota_zero_as_unlimited' (#1484604)
(edit) @1682   5 years alec -removed flush() calls in iil_C_HandlePartBody() to prevent from memory …
(edit) @1658   5 years thomasb Better fix for bodystructure parsing (#1485280)
(edit) @1657   5 years thomasb Fix bodystructure parsing (#1485280)
(edit) @1646   5 years thomasb Better fix for skipping untagged responses; should also work with long …
(edit) @1616   5 years thomasb Ignore untagged responses when fetching BODYSTRUCTURE (patch by B. …
(edit) @1590   5 years thomasb Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)
(edit) @1580   5 years alec - Added flag column on messages list (#1484623)
(edit) @1565   5 years thomasb Flag original message as Forwarded when sending mail
(edit) @1557   5 years thomasb Revert changes from r994 and make cram-md5 work again (#1484819)
(edit) @1480   5 years thomasb Fix structure parsing and html output for multipart messages
(edit) @1478   5 years alec - added iil_PutLine() wrapper for fputs() - code cleanup and identation …
(edit) @1477   5 years thomasb Fix BODYSTRUCTURE response parsing: some servers respond like 'F1247 OK …
(edit) @1466   5 years alec - imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of …
(edit) @1460   5 years alec - Escape \ in login (#1484614)
(edit) @1457   5 years alec - Support " and \ in folder names
(edit) @1430   5 years thomasb Moved RoundCube functionality from lib to rcube_imap class; removed debug …
(edit) @1424   5 years till fix to #1485083
(edit) @1419   5 years alec - trim(chop()) replaced by trim() (#1485080)
(edit) @1414   5 years alec -commented out optional capability response reading on connect
(edit) @1369   5 years alec - fixed comments
(edit) @1368   5 years alec - Don't call CAPABILITY twice if possible (RFC3501 [7.1])
(edit) @1321   5 years alec - Fix IMAP response in message body when message has no body (#1484964)
(edit) @1306   5 years alec #1333167 #1484916
(edit) @1207   5 years till * committed a suggestion from #1483956 * cleaned up two functions
(edit) @1204   5 years till * applying patch from #1484811
(edit) @1188   5 years thomasb Remove unnecessary flush() causing headers-sent message (#1484860)
(edit) @1104   5 years till * added isset() to get rid off notice
(edit) @1058   5 years till * cs fixes
(edit) @1054   5 years thomasb Use INTERNALDATE if Date: header is missing; convert some spaces back to …
(edit) @1053   5 years till * attempted to revise the fix from #1484577 to streamline IMAP …
(edit) @1049   5 years till * added bad_date_display.patch from #1484577
(edit) @1031   5 years thomasb Distinguish ssl and tls for imap connections (#1484667)
(edit) @1016   5 years till * added FIXME * tried to debug a loop
(edit) @998   5 years thomasb Also respect receipt and priority settings when re-opening a draft message
(edit) @994   5 years till * fixed #1484629 * some cs
(edit) @992   5 years till * replace more double with single-quotes * some cs
(edit) @991   5 years till * replaced more " with ' * some CS * added some comments to delimiter …
(edit) @986   5 years till * added @todo * fixed more cs (in switch())
(edit) @985   5 years till * minor cs * fixed #1484712
(edit) @984   5 years till * cleaned up CS (confusion in #1484467) * simplyfied lots of if-else …
(edit) @938   5 years thomasb New class rcube_user + send message disposition notification
(edit) @933   5 years thomasb Track message disposition notification flag and headers
(edit) @926   5 years thomasb Applied UID fetch patch by Glen Ogilvie
(edit) @911   6 years thomasb Fix bugs #1484555, #1484646 and #1484639
(edit) @639   6 years thomasb Applied socket error patch by Thomas Mangin
(edit) @385   7 years thomasb Added host auto-selection and correct password encoding for IMAP login
(edit) @342   7 years estadtherr Fixed bug #1484019 and #1484020
(edit) @325   7 years thomasb Finalized new message parsing. Attention: changes in database schema
(edit) @282   7 years thomasb Several bugfixes and improvements. See CHANGELOG for details
(edit) @278   7 years thomasb Updated changelog and comments
(edit) @277   7 years thomasb Improved usability (Ticket #1483807) and HTML validity; applied patch …
(edit) @270   7 years richs Misc bug and compatibility fixes
(edit) @222   7 years roundcube Casting date parts in iil_StrToTime() to avoid warnings
(edit) @204   7 years roundcube Applied patches by Mark Bucciarelli
(edit) @203   7 years roundcube Applied prev/next patch by Leonard Bouchet
(edit) @174   7 years roundcube Fixed buggy date sorting patch
(edit) @173   7 years roundcube Removed date sorting patch
(edit) @171   7 years roundcube Started implementing search function
(edit) @168   7 years roundcube Minor improvements and bugfixes (see changelog)
(edit) @140   7 years roundcube Applied several patches
(edit) @133   7 years roundcube Added patches for BCC headers
Note: See TracRevisionLog for help on using the revision log.