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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1691 [1691] 12 hours alec - Added option 'quota_zero_as_unlimited' (#1484604)
(edit) @1682 [1682] 3 days alec -removed flush() calls in iil_C_HandlePartBody() to prevent from memory …
(edit) @1658 [1658] 11 days thomasb Better fix for bodystructure parsing (#1485280)
(edit) @1657 [1657] 11 days thomasb Fix bodystructure parsing (#1485280)
(edit) @1646 [1646] 2 weeks thomasb Better fix for skipping untagged responses; should also work with long …
(edit) @1616 [1616] 4 weeks thomasb Ignore untagged responses when fetching BODYSTRUCTURE (patch by B. …
(edit) @1590 [1590] 6 weeks thomasb Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)
(edit) @1580 [1580] 2 months alec - Added flag column on messages list (#1484623)
(edit) @1565 [1565] 2 months thomasb Flag original message as Forwarded when sending mail
(edit) @1557 [1557] 2 months thomasb Revert changes from r994 and make cram-md5 work again (#1484819)
(edit) @1480 [1480] 3 months thomasb Fix structure parsing and html output for multipart messages
(edit) @1478 [1478] 3 months alec - added iil_PutLine() wrapper for fputs() - code cleanup and identation …
(edit) @1477 [1477] 3 months thomasb Fix BODYSTRUCTURE response parsing: some servers respond like 'F1247 OK …
(edit) @1466 [1466] 3 months alec - imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of …
(edit) @1460 [1460] 3 months alec - Escape \ in login (#1484614)
(edit) @1457 [1457] 3 months alec - Support " and \ in folder names
(edit) @1430 [1430] 3 months thomasb Moved RoundCube functionality from lib to rcube_imap class; removed debug …
(edit) @1424 [1424] 3 months till fix to #1485083
(edit) @1419 [1419] 3 months alec - trim(chop()) replaced by trim() (#1485080)
(edit) @1414 [1414] 3 months alec -commented out optional capability response reading on connect
(edit) @1369 [1369] 4 months alec - fixed comments
(edit) @1368 [1368] 4 months alec - Don't call CAPABILITY twice if possible (RFC3501 [7.1])
(edit) @1321 [1321] 4 months alec - Fix IMAP response in message body when message has no body (#1484964)
(edit) @1306 [1306] 5 months alec #1333167 #1484916
(edit) @1207 [1207] 5 months till * committed a suggestion from #1483956 * cleaned up two functions
(edit) @1204 [1204] 5 months till * applying patch from #1484811
(edit) @1188 [1188] 6 months thomasb Remove unnecessary flush() causing headers-sent message (#1484860)
(edit) @1104 [1104] 6 months till * added isset() to get rid off notice
(edit) @1058 [1058] 7 months till * cs fixes
(edit) @1054 [1054] 7 months thomasb Use INTERNALDATE if Date: header is missing; convert some spaces back to …
(edit) @1053 [1053] 7 months till * attempted to revise the fix from #1484577 to streamline IMAP …
(edit) @1049 [1049] 7 months till * added bad_date_display.patch from #1484577
(edit) @1031 [1031] 7 months thomasb Distinguish ssl and tls for imap connections (#1484667)
(edit) @1016 [1016] 7 months till * added FIXME * tried to debug a loop
(edit) @998 [998] 7 months thomasb Also respect receipt and priority settings when re-opening a draft message
(edit) @994 [994] 7 months till * fixed #1484629 * some cs
(edit) @992 [992] 7 months till * replace more double with single-quotes * some cs
(edit) @991 [991] 7 months till * replaced more " with ' * some CS * added some comments to delimiter …
(edit) @986 [986] 7 months till * added @todo * fixed more cs (in switch())
(edit) @985 [985] 7 months till * minor cs * fixed #1484712
(edit) @984 [984] 7 months till * cleaned up CS (confusion in #1484467) * simplyfied lots of if-else …
(edit) @938 [938] 9 months thomasb New class rcube_user + send message disposition notification
(edit) @933 [933] 9 months thomasb Track message disposition notification flag and headers
(edit) @926 [926] 9 months thomasb Applied UID fetch patch by Glen Ogilvie
(edit) @911 [911] 10 months thomasb Fix bugs #1484555, #1484646 and #1484639
(edit) @639 [639] 14 months thomasb Applied socket error patch by Thomas Mangin
(edit) @385 [385] 22 months thomasb Added host auto-selection and correct password encoding for IMAP login
(edit) @342 [342] 2 years estadtherr Fixed bug #1484019 and #1484020
(edit) @325 [325] 2 years thomasb Finalized new message parsing. Attention: changes in database schema
(edit) @282 [282] 2 years thomasb Several bugfixes and improvements. See CHANGELOG for details
(edit) @278 [278] 2 years thomasb Updated changelog and comments
(edit) @277 [277] 2 years thomasb Improved usability (Ticket #1483807) and HTML validity; applied patch …
(edit) @270 [270] 2 years richs Misc bug and compatibility fixes
(edit) @222 [222] 2 years roundcube Casting date parts in iil_StrToTime() to avoid warnings
(edit) @204 [204] 2 years roundcube Applied patches by Mark Bucciarelli
(edit) @203 [203] 2 years roundcube Applied prev/next patch by Leonard Bouchet
(edit) @174 [174] 2 years roundcube Fixed buggy date sorting patch
(edit) @173 [173] 2 years roundcube Removed date sorting patch
(edit) @171 [171] 2 years roundcube Started implementing search function
(edit) @168 [168] 2 years roundcube Minor improvements and bugfixes (see changelog)
(edit) @140 [140] 3 years roundcube Applied several patches
(edit) @133 [133] 3 years roundcube Added patches for BCC headers
(edit) @118 [118] 3 years roundcube Added change notice
(edit) @93 [93] 3 years roundcube Optimized loading time; added periodic mail check; added EXPUNGE command
(edit) @89 [89] 3 years roundcube Bugfixes on listing and caching functions
(edit) @62 [62] 3 years roundcube Finished message sorting and fixed some skin issues
(edit) @57 [57] 3 years roundcube Optimized memory usage when sending a message
(edit) @56 [56] 3 years roundcube Added patches for default language and sorting function
(edit) @50 [50] 3 years roundcube Improved support for UTF-8 and other charsets
(edit) @37 [37] 3 years roundcube Fixed folder display; added Portuguese and Catalan
(edit) @25 [25] 3 years roundcube Better support for Courier IMAP
(edit) @21 [21] 3 years roundcube Several bugfixes and feature improvements
(edit) @8 [8] 3 years roundcube Minor bugfixes and correction of confusing License notfications
(add) @3 [3] 3 years roundcube Initial revision
Note: See TracRevisionLog for help on using the revision log.