Age | Commit message (Expand) | Author |
2008-12-11 | - comment console() call | alecpl |
2008-12-11 | - Performance: allow setting imap rootdir and delimiter before connect (#1485... | alecpl |
2008-11-28 | - re-fix r2095 | alecpl |
2008-11-23 | Fix call-time pass-by-reference warnings | thomascube |
2008-11-20 | - optimize iil_C_FetchHeaders() to use only one FETCH command | alecpl |
2008-11-20 | - Speed up raw message body handling (call FETCH only once for the whole mess... | alecpl |
2008-11-19 | - last change fix | alecpl |
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 filter | alecpl |
2008-11-12 | - Use SORT for searching on servers with SORT capability | alecpl |
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 elements | alecpl |
2008-09-16 | - Reduced memory footprint when forwarding attachments (#1485345) | alecpl |
2008-09-14 | - handle 'undisclosed-recipients in imap.inc | alecpl |
2008-09-02 | - last change fix | alecpl |
2008-09-02 | - fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response use | alecpl |
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-18 | Better fix for bodystructure parsing (#1485280) | thomascube |
2008-08-18 | Fix bodystructure parsing (#1485280) | thomascube |
2008-08-14 | Better fix for skipping untagged responses; should also work with long body s... | thomascube |
2008-07-31 | Ignore untagged responses when fetching BODYSTRUCTURE (patch by B. Johannessen) | thomascube |
2008-07-15 | Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163) | thomascube |
2008-06-30 | - Added flag column on messages list (#1484623) | alecpl |
2008-06-20 | Flag original message as Forwarded when sending mail | thomascube |
2008-06-18 | Revert changes from r994 and make cram-md5 work again (#1484819) | thomascube |
2008-06-05 | Fix structure parsing and html output for multipart messages | thomascube |
2008-06-05 | - added iil_PutLine() wrapper for fputs() | alecpl |
2008-06-05 | Fix 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 names | alecpl |
2008-05-27 | Moved RoundCube functionality from lib to rcube_imap class; removed debug log | thomascube |
2008-05-26 | fix to #1485083 | till |
2008-05-23 | - trim(chop()) replaced by trim() (#1485080) | alecpl |
2008-05-21 | -commented out optional capability response reading on connect | alecpl |
2008-05-09 | - fixed comments | alecpl |
2008-05-09 | - Don't call CAPABILITY twice if possible (RFC3501 [7.1]) | alecpl |
2008-04-17 | - Fix IMAP response in message body when message has no body (#1484964) | alecpl |
2008-04-15 | #1333167 | alecpl |
2008-03-22 | * committed a suggestion from #1483956 | till |
2008-03-22 | * applying patch from #1484811 | till |
2008-03-09 | Remove unnecessary flush() causing headers-sent message (#1484860) | thomascube |
2008-02-17 | * added isset() to get rid off notice | till |
2008-02-13 | * cs fixes | till |
2008-02-12 | Use INTERNALDATE if Date: header is missing; convert some spaces back to tabs | thomascube |
2008-02-12 | * attempted to revise the fix from #1484577 to streamline IMAP communication | till |