summaryrefslogtreecommitdiff
path: root/roundcubemail/program
AgeCommit message (Collapse)Author
2011-09-20- Fix listing messages on servers without SORT and THREAD commandalec
git-svn-id: https://svn.roundcube.net/trunk@5254 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Fix forwarded attachments, broken in r5204alec
git-svn-id: https://svn.roundcube.net/trunk@5253 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Fix so TAB key stops autocompletion and jumps to next fieldalec
git-svn-id: https://svn.roundcube.net/trunk@5252 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Fix cached indexes validation after removing messages when skip_deleted=truealec
git-svn-id: https://svn.roundcube.net/trunk@5251 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Do not prepend '-- ' to signature if a line '-- ' already exists in signaturealec
git-svn-id: https://svn.roundcube.net/trunk@5250 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Fix listing contacts in a groupalec
git-svn-id: https://svn.roundcube.net/trunk@5249 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Make group's "member" attibute name configurablealec
git-svn-id: https://svn.roundcube.net/trunk@5248 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Improve performance by skipping redundant SELECT query when writing new ↵alec
session into DB git-svn-id: https://svn.roundcube.net/trunk@5247 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19Numbers are also allowed in action namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5246 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19Allow 'compose' commands from any taskthomasb
git-svn-id: https://svn.roundcube.net/trunk@5245 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Fix PHP error when fetching messages index when threaded mode is enabledalec
git-svn-id: https://svn.roundcube.net/trunk@5244 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Don't set (wrong) error on groups listing actionalec
git-svn-id: https://svn.roundcube.net/trunk@5243 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Set group_bind_dn outside of list_groups()alec
git-svn-id: https://svn.roundcube.net/trunk@5242 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Hide PHP warning on ldap_search()alec
git-svn-id: https://svn.roundcube.net/trunk@5241 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Allow setting connection options in imap_connect hookalec
git-svn-id: https://svn.roundcube.net/trunk@5240 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Make rcube_ldap bind() and sasl_bind() methods publicalec
git-svn-id: https://svn.roundcube.net/trunk@5237 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Set style of login form inputs using class not IDsalec
git-svn-id: https://svn.roundcube.net/trunk@5236 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalec
- Fixed message ID updates in cache - Changed message flags handling + some fixes (e.g. fixed messages listing after delete) git-svn-id: https://svn.roundcube.net/trunk@5233 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-17- Fix locked folder rename option on servers supporting RFC2086 only (#1488089)alec
git-svn-id: https://svn.roundcube.net/trunk@5232 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-17- Fix GCC warning in googiespell.js (#1488090)alec
git-svn-id: https://svn.roundcube.net/trunk@5231 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16Trigger 'new_messages' hook for all checked folders (#1488083)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5228 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16Remove debugging stuffthomasb
git-svn-id: https://svn.roundcube.net/trunk@5227 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16Fix session race conditions when composing new messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5226 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16- Removed leftover codealec
git-svn-id: https://svn.roundcube.net/trunk@5225 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16- Fix default folders settings (according to namespaces) for new users tooalec
git-svn-id: https://svn.roundcube.net/trunk@5223 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16- Fix is_a() usagealec
git-svn-id: https://svn.roundcube.net/trunk@5222 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-15- Disable message list keypress operations when CTRL key is pressed,alec
to workaround FF6 issue, where Ctrl+Pg(Up/Down) was changing list page and browser tab) - Fix multiselection with Ctrl+Up/Down keys git-svn-id: https://svn.roundcube.net/trunk@5221 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-15- Require magic_quotes_runtime=Off because it modifies data streams (too ↵alec
much effort to handle this) git-svn-id: https://svn.roundcube.net/trunk@5216 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-13- Fix encoding of LDAP contacts identifiers (#1488079)alec
git-svn-id: https://svn.roundcube.net/trunk@5214 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-13- jQuery 1.6.4alec
git-svn-id: https://svn.roundcube.net/trunk@5212 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-13- Fix js error when calling spellchecker on empty textareaalec
git-svn-id: https://svn.roundcube.net/trunk@5211 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomasb
git-svn-id: https://svn.roundcube.net/trunk@5210 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12- Fix required_fields checking per discussion in #1488073alec
git-svn-id: https://svn.roundcube.net/trunk@5208 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalec
- Allow use localized addressbook field subtypes from plugins git-svn-id: https://svn.roundcube.net/trunk@5207 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12- pl_PL translation updatealec
git-svn-id: https://svn.roundcube.net/trunk@5206 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12- Removed some spacesalec
git-svn-id: https://svn.roundcube.net/trunk@5205 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12- Fix handling of binary attachments encoded with quoted-printable (#1488065)alec
git-svn-id: https://svn.roundcube.net/trunk@5204 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12 - pt_BR translationsnetbit
git-svn-id: https://svn.roundcube.net/trunk@5201 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-10- Followup last commit, trim subject text for titlealec
git-svn-id: https://svn.roundcube.net/trunk@5200 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-10- Fix setting title for truncated subject in IE (#1487128)alec
git-svn-id: https://svn.roundcube.net/trunk@5199 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-10- Fix handling of links with IP addressalec
git-svn-id: https://svn.roundcube.net/trunk@5198 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-09- Don't select quick search input on init, Safari/Chrome is adding border to ↵alec
focused input, it doesn't look good on init git-svn-id: https://svn.roundcube.net/trunk@5197 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-08- Fix compacting folder resets message list filter (#1488076)alec
- Fix reset-search action so it resets list page number to 1 git-svn-id: https://svn.roundcube.net/trunk@5194 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-08- Fix new caching issue when broken/misleading object data was stored in ↵alec
database. The object must be cleaned up before storing in DB, because some code (out of rcube_message and rcube_imap classes) is changing objects data e.g. parts mimetype or body. Now it's become a problem because we're saving the object in cache at shutdown (after all modifications). - Make stored message object smaller by removing some redundant data. git-svn-id: https://svn.roundcube.net/trunk@5192 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Fix displaying multipart/alternative messages with only one part (#1487938)alec
git-svn-id: https://svn.roundcube.net/trunk@5191 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alec
Indexes are stored in a separate table, so there's no need to store all messages in a folder Added threads data caching Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE - Partial QRESYNC support - Improved FETCH response handling - Improvements in response tokenization method git-svn-id: https://svn.roundcube.net/trunk@5190 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Clear contactlist page conter after saved-search deletealec
git-svn-id: https://svn.roundcube.net/trunk@5189 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Localize (full) forwarded message header (#1488058)alec
git-svn-id: https://svn.roundcube.net/trunk@5188 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Use 'From' and 'To' labels instead of 'Sender' and 'Recipient'alec
git-svn-id: https://svn.roundcube.net/trunk@5184 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-06- Fix username case-insensitivity issue in MySQL (#1488021)alec
git-svn-id: https://svn.roundcube.net/trunk@5183 208e9e7b-5314-0410-a742-e7e81cd9613c