summaryrefslogtreecommitdiff
path: root/program/lib/imap.inc
AgeCommit message (Expand)Author
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
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#1333167alecpl
2008-03-22* committed a suggestion from #1483956till
2008-03-22* applying patch from #1484811till
2008-03-09Remove unnecessary flush() causing headers-sent message (#1484860)thomascube
2008-02-17* added isset() to get rid off noticetill
2008-02-13* cs fixestill
2008-02-12Use INTERNALDATE if Date: header is missing; convert some spaces back to tabsthomascube
2008-02-12* attempted to revise the fix from #1484577 to streamline IMAP communicationtill
2008-02-12* added bad_date_display.patch from #1484577till
2008-02-08Distinguish ssl and tls for imap connections (#1484667)thomascube
2008-02-05* added FIXMEtill
2008-02-02Also respect receipt and priority settings when re-opening a draft messagethomascube
2008-02-02* fixed #1484629till
2008-02-02* replace more double with single-quotestill
2008-02-02* replaced more " with 'till
2008-02-02* added @todotill
2008-02-02* minor cstill
2008-02-02* cleaned up CS (confusion in #1484467)till
2007-12-10New class rcube_user + send message disposition notificationthomascube