Commit Graph

2432 Commits (b62a0d2d23db19f3e69937de0f162294c98cdbc9)

Author SHA1 Message Date
alecpl 495c0e512c - fix rcube_addressbook inheritance 15 years ago
alecpl 63bff1dd31 - small cleanup 15 years ago
thomascube d062dbe18c Add class docuumentation blocks and make phpdoc work again 15 years ago
alecpl d824acaf11 - fix typo in mailbox_exists() 15 years ago
alecpl 373747becc - Fix listing of attachments of some types e.g. "x-epoc/x-sisx-app" (#1486653) 15 years ago
alecpl bf67d60e43 - Skip session initialization/configuration if session is initialized already (e.g. using Installer) 15 years ago
alecpl a03c98092f - fix IMAP errors on Settings/Folders (always call _id2uid() with mailbox set)
- performance: add option to not checking MAXUID in messagecount()
15 years ago
alecpl 2eb7943f2a - code cleanup (mostly identation fixes) 15 years ago
alecpl 6319670243 - Fix SQL error on contact auto-completion (#1486649) 15 years ago
thomascube 1f90376417 Better wording for config option 15 years ago
alecpl 821a560f19 - one improvement more 15 years ago
alecpl b80a97adb0 - fix dublicated 'show' action after contact creation 15 years ago
alecpl 356a797b29 - fix the contact creation when group is not selected 15 years ago
alecpl 566b142aaa - last commit fix + better performance with counters caching 15 years ago
alecpl 3e696da28e - Use '=' operator instead of LIKE 15 years ago
alecpl 3d6c04ddf0 - SQL performance fixes + code formatting 15 years ago
alecpl 5318bac11d - Don't add extra newline in sql debug log 15 years ago
alecpl dbd069154a - code cleanup 15 years ago
alecpl 0a19215ae3 - make sure INBOX is allways displayed as Inbox (per recent discussion) 15 years ago
thomascube c69d2ae6e9 Remove this temporary check 15 years ago
thomascube b6e09e686c Updated Arabic, Finnish, Galician, Hungarian, Japanese, Norwegian, Romanian, Slovenian and Swedisch translation + changed chinese labels in drop-down 15 years ago
alecpl 9ef5fa51fb - fix <span>0</span> (#1486645) 15 years ago
alecpl 93c0188854 - Add sizelimit and timelimit variables in LDAP config (#1486544) 15 years ago
alecpl f3e1010090 - Hide IMAP host dropdown when single host is defined (#1486326) 15 years ago
alecpl 8e211adb01 - Add images pre-loading on login page (#1451160) 15 years ago
alecpl dd51b73a9b - fix iframe hack (divs must be removed also in mouseup) 15 years ago
alecpl 3544558f2d - Add HTTP_X_REAL_IP and HTTP_X_FORWARDED_FOR to successful logins log (#1486441) 15 years ago
alecpl c576893167 - force mbox in check-recent (#1486629) 15 years ago
alecpl 46a1385974 - improve rcube_parse_charset() performance 15 years ago
alecpl 9096de8520 - handle WIN-* charset as WINDOWS-* 15 years ago
alecpl 3a003cc9fb - fix dublicated request in msglist_click() 15 years ago
alecpl c287f34bd3 - Fix setting spellcheck languages with extended codes (#1486605) 15 years ago
alecpl 8fa9229d57 - code formatting, cleanup and small improvements 15 years ago
alecpl 186537b2c6 - more code formatting
- allow re-selecting highlighted row (#1486442)
15 years ago
alecpl a4c163f930 - removed redundant code + code formatting 15 years ago
alecpl a4468298c8 - fix sorting of folders with capital letters 15 years ago
alecpl da8f11ce16 - Fix messages list scrolling in FF3.6 (#1486472)
- Fix quicksearch input focus (#1486637)
- Small code cleanup + improvements
15 years ago
thomascube a35062a1eb Always set changed date when marking a DB record as deleted + provide a cleanup script 15 years ago
alecpl 58892824a6 - Fix new contact group selection on IE (#1486630) 15 years ago
alecpl 6c11ee29dd - use the same iframe hack as in splitter.js 15 years ago
thomascube 8e3a6039cf Assign newly created contacts to the active group (#1486626) and fix group selection display (#1486619) 15 years ago
alecpl 6b01133063 - Fix regression in disposition-notification (#1486623) 15 years ago
alecpl c3221e4f13 - nl_NL update (#1486625) 15 years ago
yllar 8da62f3f40 he_IL fr_FR cs_CZ nn_NO en_GB lt_LT et_EE it_IT sv_SE es_AR ru_RU es_ES pt_BR sl_SI ca_ES update 15 years ago
alecpl a92028922e - pl_PL update 15 years ago
thomascube bc4960108e Option not to mark messages as read when viewed in preview pane (#1485012) 15 years ago
thomascube 814905ca87 Let plugins modify the Sent folder when composing (#1486548) 15 years ago
thomascube 53d6261619 Fix group expansion which was lost in r3457 + apply patch for autocompletion timeouts from #1486059 15 years ago
thomascube f4f4522b23 Apply contact groups js patch (#1486606) 15 years ago
thomascube 08f906ae22 Updated Hebrew, French, Italian, Latvian, Swedish, Spanish, Slovenian and Welsh translations + added Swedisch translations for some plugins 15 years ago
thomascube b57c45fffa Updated German translations 15 years ago
thomascube d1851ba77b Configurable limit of address group members 15 years ago
alecpl 3616845126 - fix empty body after switching from html to plain 15 years ago
alecpl 751b22b41f - Added optional (max_recipients) support to restrict total number of recipients per message (#1484542) 15 years ago
alecpl 7fdb9da98e - Fix sources list if 'ldap_public' is null/false 15 years ago
alecpl 44155cddc2 - load des.inc file only when needed 15 years ago
alecpl cd96fd6727 - Add some critical PHP settings check to prevent bugs like this (#1486307) 15 years ago
alecpl 70318e5463 - create rcube_mime_struct class on Iloha's MIME (mime.inc) basis 15 years ago
alecpl 1820932295 - add iilBasicHeader alias for rcube_mail_header class, needed by messages cached in previous versions (#1486602) 15 years ago
alecpl 600981d1d3 - fix comment 15 years ago
thomascube 65c8764b19 Add client-side events when adding/removing groups 15 years ago
thomascube 1d773d7141 Fix typo 15 years ago
thomascube aa12df20e4 Add server-side plugin hooks to address group functions + better action names 15 years ago
alecpl cbde304b98 - Use MDB2's Manager module for listing tables 15 years ago
thomascube 04adaac71b Complete address book interface class with group functions 15 years ago
thomascube bb6294a26e Also remove contactgroupmembers when deleting a contact 15 years ago
thomascube 64d855c9b1 List of tables mustn't be static (wtf?) 15 years ago
thomascube c0297f4172 Asynchronously expand contact groups + skip count queries in autocompletion mode + check for the existance of contactgroups table 15 years ago
thomascube 3baa72a62f Implement group renaming/deleting + use more consistent names for commands and actions (#1486587) 15 years ago
alecpl 4cdc70941d - Fix js error when switching editor mode (#1486593) 15 years ago
alecpl 6f31b356b2 - fix save/delete draft message with enabled threading (#1486596)
- performance improvement using UID SEARCH intead of SEARCH + FETCH
- re-fix r3445
15 years ago
alecpl 024f05762a - Fix undefined method error (#1486597) 15 years ago
alecpl f3d37fbbc5 - Fix marking messages as unread on all pages (#1486592) 15 years ago
alecpl 94a6c642cf - Fix imap login (#1486591) 15 years ago
alecpl 7a48e5539f - Re-organize editor buttons, add blockquote and search buttons
- Make possible to write inside or after a quoted html message (#1485476)
15 years ago
alecpl 79990754f6 - TinyMCE 3.3.2 15 years ago
alecpl ce467384e2 - Fix single space inserted on fwd/reply with top posting (#1486532) 15 years ago
alecpl c854241cc4 - change namespace() to getNamespace() 15 years ago
alecpl 59c216f3cc - Fix bugs on unexpected IMAP connection close (#1486190, #1486270)
- Iloha's imap.inc rewritten into rcube_imap_generic class
- rcube_imap code re-formatting
15 years ago
thomascube 0dc5bc86a3 Implement insert_contact_group() to make group creation work 15 years ago
thomascube a61bbb24aa Added basic contact groups feature 15 years ago
alecpl c75f8e9526 - en_GB update (#1486562) 15 years ago
alecpl 3eb8f258d3 - pt_BR update (#1485371) 15 years ago
alecpl 33e2e42321 - Use PageUp/PageDown for listpage change (#1486430) 15 years ago
alecpl bc2accc455 - Added Home/End kayboard keys support on lists (#1486430) 15 years ago
alecpl fb7ec576ab - Added possibility to select all messages in a folder (#1484756) 15 years ago
alecpl 5ffceb7906 - typo 15 years ago
alecpl 13540e089c - last commit fix: use reference in iil_C_ClearCapability(), probably not needed while we're in PHP5, but for consistance... 15 years ago
alecpl d8c440c03f - Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750) 15 years ago
alecpl cff88617c0 - small backend cleanup + support for operations on ALL messages in a folder 15 years ago
alecpl b488c1d02d - improvements in rcmail_html4inline() 15 years ago
thomascube 84a3312f0b Only select childs when a message row is collapsed but also do it when deleting a thread 15 years ago
alecpl 5799531e3f - fix bug in css cleanup of html messages 15 years ago
alecpl fdf8750708 - don't need to reload messages list on copy error 15 years ago
alecpl b1e74acf65 - add lost 'errorcopying' message 15 years ago
alecpl 1c9bd8c72e - removed unnecessary counting 15 years ago
alecpl 416bff5475 - Allow to override identity when composing a message (#1486466) 15 years ago
alecpl 9e8d8587d3 - Mail_Mime-1.6.2 15 years ago
alecpl 18ace62791 - Set maxuid in threads mode, to prevent unnecessary list reloading on (first) check_recent 15 years ago
alecpl 519aeda284 - Don't underline the parent when thread is expanded 15 years ago