summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2010-06-08- Add real SMTP error description to displayed error messages (#1485927)alec
git-svn-id: https://svn.roundcube.net/trunk@3727 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-08- Fix some IMAP errors handling when opening the message (#1485443)alec
git-svn-id: https://svn.roundcube.net/trunk@3726 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-07- fix for initial capability responsealec
git-svn-id: https://svn.roundcube.net/trunk@3725 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-07- support dynamic hostname variables in 'username_domain' optionalec
git-svn-id: https://svn.roundcube.net/trunk@3724 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- fix parsing bodystructure of messages with "Content-Type: ↵alec
multipart/related; type=multipart/alternative" git-svn-id: https://svn.roundcube.net/trunk@3718 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- Fix related parts aren't displayed when got mimetype other than image/* ↵alec
(#1486432) git-svn-id: https://svn.roundcube.net/trunk@3716 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- Fix handling very long THREAD responsesalec
git-svn-id: https://svn.roundcube.net/trunk@3714 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- performance improvement: we can skip THREAD when folder is emptyalec
git-svn-id: https://svn.roundcube.net/trunk@3713 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- performance improvement: skip SEARCH command when mailbox is empty and ↵alec
SEARCH is called just after SELECT git-svn-id: https://svn.roundcube.net/trunk@3712 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH responsealec
git-svn-id: https://svn.roundcube.net/trunk@3711 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- Fix: don't call FETCH when THREADS returns empty resultalec
git-svn-id: https://svn.roundcube.net/trunk@3709 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03- Support dynamic hostname (%d/%n) variables in configuration options (#1485438)alec
git-svn-id: https://svn.roundcube.net/trunk@3701 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03Allow plugins to register their own tasksthomasb
git-svn-id: https://svn.roundcube.net/trunk@3700 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-02- Performance improvement in add_to_group()alec
git-svn-id: https://svn.roundcube.net/trunk@3698 208e9e7b-5314-0410-a742-e7e81cd9613c
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