summaryrefslogtreecommitdiff
path: root/roundcubemail/program/lib/imap.inc
AgeCommit message (Expand)Author
2009-03-11Applied message threading patch from Chris January: http://www.atomice.com/bl...Nathan Kinkade
2009-03-06- Fix FETCH result parsing for servers returning flags at the end of result (...alec
2009-03-06- Fix errors handling in IMAP command continuations (#1485762)alec
2009-02-06- Fix some base64 encoded attachments handling (#1485725)alec
2009-02-05- Support NGINX as IMAP backend: better BAD response handling (#1485720)alec
2009-01-28- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)alec
2009-01-18#1484467: fix problems with backslash as imap hierarchy delimiteralec
2009-01-08- Improve messages display performancealec
2009-01-07- fix: set default auth method to 'check' not 'plain'alec
2008-12-22- fix internal date parsingalec
2008-12-18- Support multiple quota values in QUOTAROOT resonse (#1485626)alec
2008-12-11- comment console() callalec
2008-12-11- Performance: allow setting imap rootdir and delimiter before connect (#1485...alec
2008-11-28- re-fix r2095alec
2008-11-23Fix call-time pass-by-reference warningsthomasb
2008-11-20- optimize iil_C_FetchHeaders() to use only one FETCH commandalec
2008-11-20- Speed up raw message body handling (call FETCH only once for the whole mess...alec
2008-11-19- last change fixalec
2008-11-19- Fix handling of some malformed messages (#1484438)alec
2008-11-15- don't use SORT when SEARCH is better (sort field not specified)alec
2008-11-14- fixes for status filteralec
2008-11-12- Use SORT for searching on servers with SORT capabilityalec
2008-10-30- added BYE response simple support to prevent from endless loops in imap.inc...alec
2008-10-09- fixed iil_C_Sort() to support very long and/or divided responses (#1485283)alec
2008-10-08- Fix imap searching on ISMail (#1485466)alec
2008-09-29- small improvement: don't use implode to check array elementsalec
2008-09-16- Reduced memory footprint when forwarding attachments (#1485345)alec
2008-09-14- handle 'undisclosed-recipients in imap.incalec
2008-09-02- last change fixalec
2008-09-02- fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response usealec
2008-08-28- Added option 'quota_zero_as_unlimited' (#1484604)alec
2008-08-26-removed flush() calls in iil_C_HandlePartBody() to prevent from memory leak ...alec
2008-08-18Better fix for bodystructure parsing (#1485280)thomasb
2008-08-18Fix bodystructure parsing (#1485280)thomasb
2008-08-14Better fix for skipping untagged responses; should also work with long body s...thomasb
2008-07-31Ignore untagged responses when fetching BODYSTRUCTURE (patch by B. Johannessen)thomasb
2008-07-15Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)thomasb
2008-06-30- Added flag column on messages list (#1484623)alec
2008-06-20Flag original message as Forwarded when sending mailthomasb
2008-06-18Revert changes from r994 and make cram-md5 work again (#1484819)thomasb
2008-06-05Fix structure parsing and html output for multipart messagesthomasb
2008-06-05- added iil_PutLine() wrapper for fputs()alec
2008-06-05Fix BODYSTRUCTURE response parsing: some servers respond like 'F1247 OK Compl...thomasb
2008-06-03- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()alec
2008-05-31- Escape \ in login (#1484614)alec
2008-05-30- Support " and \ in folder namesalec
2008-05-27Moved RoundCube functionality from lib to rcube_imap class; removed debug logthomasb
2008-05-26fix to #1485083till
2008-05-23- trim(chop()) replaced by trim() (#1485080)alec
2008-05-21-commented out optional capability response reading on connectalec