summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2010-05-28- Add 'imap_timeout' option (#1486760)alec
git-svn-id: https://svn.roundcube.net/trunk@3684 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-28- Fix forwarding of messages with winmail attachmentsalec
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message - Fix handling of uuencoded attachments in message body (#1485839) - Extend rc_mime_content_type() to work with string buffer git-svn-id: https://svn.roundcube.net/trunk@3680 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26- Redesigned how rcube_contacts handles table namesalec
git-svn-id: https://svn.roundcube.net/trunk@3670 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26Allow derived classes of rcube_contacts to override table and sequence namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@3668 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26- Fix raise_error() in Installer (#1486756)alec
git-svn-id: https://svn.roundcube.net/trunk@3666 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26- fix error message on SMTP oversize error (#1486754)alec
git-svn-id: https://svn.roundcube.net/trunk@3665 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-22- Added list_mailboxes hook in rcube_imap::list_unsubscribed() (#1486668)alec
git-svn-id: https://svn.roundcube.net/trunk@3653 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-21Bump trunk versionthomasb
git-svn-id: https://svn.roundcube.net/trunk@3649 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20Don't wrap quoted lines at allthomasb
git-svn-id: https://svn.roundcube.net/trunk@3645 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20Display and send messages with format=flowed (#1484370), fixes word wrapping ↵thomasb
issues (#1486543) git-svn-id: https://svn.roundcube.net/trunk@3644 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20- remove html2text hack from autoloader (don't need it anymore)alec
git-svn-id: https://svn.roundcube.net/trunk@3643 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20- Moved error.inc to /utilsalec
- Removed bugs.inc (content copied into main.inc) git-svn-id: https://svn.roundcube.net/trunk@3641 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20- Fix message/rfc822 attachments containing only attachments are not parsed ↵alec
properly (#1486743) git-svn-id: https://svn.roundcube.net/trunk@3639 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-19- Fix %00 character in winmail.dat attachments names (#1486738)alec
git-svn-id: https://svn.roundcube.net/trunk@3634 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-19- Fix in timezone setting (#1486183)alec
git-svn-id: https://svn.roundcube.net/trunk@3633 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-19- Fix handling errors of folder deletion (#1486705)alec
git-svn-id: https://svn.roundcube.net/trunk@3632 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Fix typo in last commitalec
git-svn-id: https://svn.roundcube.net/trunk@3630 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Parse untagged CAPABILITY response for LOGIN command (#1486742)alec
git-svn-id: https://svn.roundcube.net/trunk@3629 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalec
git-svn-id: https://svn.roundcube.net/trunk@3627 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-13- remove debug codealec
git-svn-id: https://svn.roundcube.net/trunk@3615 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-13- Extend contact groups support (#1486682) alec
git-svn-id: https://svn.roundcube.net/trunk@3614 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-12- Fix check-recent action issues and performance (#1486526)alec
- Fix messages order after checking for recent (#1484664) - Fix messages copying - Reset check-recent interval after check-recent by hand git-svn-id: https://svn.roundcube.net/trunk@3612 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-10- Fix autocomplete shows entries without email (#1486452)alec
git-svn-id: https://svn.roundcube.net/trunk@3608 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-06- fix for use without session objectalec
git-svn-id: https://svn.roundcube.net/trunk@3601 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-03- preformance fix: don't load full folders list when checking for folderalec
existance in sendmail.inc, use internal cache to make mailbox_exists() faster when called more than one time for the same folder git-svn-id: https://svn.roundcube.net/trunk@3586 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-30- Fix typo (#1486703)alec
git-svn-id: https://svn.roundcube.net/trunk@3581 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-29- Fix database constraint violation when opening a message (#1486696)alec
git-svn-id: https://svn.roundcube.net/trunk@3580 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-29- code re-formatting + small improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@3576 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-28- use @ operator for fclose() on connection handlealec
git-svn-id: https://svn.roundcube.net/trunk@3574 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-28- Fix folder subscription checking (#1486684)alec
- Fix INBOX appears (sometimes) twice in mailbox list (#1486672) git-svn-id: https://svn.roundcube.net/trunk@3573 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-27- add DNS checking code for Windows & PHP<5.3.0alec
git-svn-id: https://svn.roundcube.net/trunk@3569 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-27- code reformattingalec
git-svn-id: https://svn.roundcube.net/trunk@3567 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-26- fix typosalec
git-svn-id: https://svn.roundcube.net/trunk@3564 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-26- fix rcube_addressbook inheritancealec
git-svn-id: https://svn.roundcube.net/trunk@3562 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- small cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@3561 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23Add class docuumentation blocks and make phpdoc work againthomasb
git-svn-id: https://svn.roundcube.net/trunk@3559 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- fix typo in mailbox_exists()alec
git-svn-id: https://svn.roundcube.net/trunk@3558 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- Fix listing of attachments of some types e.g. "x-epoc/x-sisx-app" (#1486653)alec
git-svn-id: https://svn.roundcube.net/trunk@3557 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- Skip session initialization/configuration if session is initialized ↵alec
already (e.g. using Installer) git-svn-id: https://svn.roundcube.net/trunk@3555 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- fix IMAP errors on Settings/Folders (always call _id2uid() with mailbox set)alec
- performance: add option to not checking MAXUID in messagecount() git-svn-id: https://svn.roundcube.net/trunk@3554 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- code cleanup (mostly identation fixes)alec
git-svn-id: https://svn.roundcube.net/trunk@3553 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- Fix SQL error on contact auto-completion (#1486649)alec
git-svn-id: https://svn.roundcube.net/trunk@3543 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- one improvement morealec
git-svn-id: https://svn.roundcube.net/trunk@3537 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- last commit fix + better performance with counters cachingalec
git-svn-id: https://svn.roundcube.net/trunk@3534 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- Use '=' operator instead of LIKEalec
git-svn-id: https://svn.roundcube.net/trunk@3530 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- SQL performance fixes + code formattingalec
git-svn-id: https://svn.roundcube.net/trunk@3529 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- Don't add extra newline in sql debug logalec
git-svn-id: https://svn.roundcube.net/trunk@3528 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- make sure INBOX is allways displayed as Inbox (per recent discussion)alec
git-svn-id: https://svn.roundcube.net/trunk@3525 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-21Remove this temporary checkthomasb
git-svn-id: https://svn.roundcube.net/trunk@3523 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-21- Add sizelimit and timelimit variables in LDAP config (#1486544)alec
git-svn-id: https://svn.roundcube.net/trunk@3520 208e9e7b-5314-0410-a742-e7e81cd9613c