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