summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
AgeCommit message (Collapse)Author
2011-08-27- Fix is_a() usage for PHP>5.3.6alec
git-svn-id: https://svn.roundcube.net/trunk@5138 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-24Add copyright line on files with significant changes from Kolab Systemsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5128 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-22- Added 'priority' column on messages listalec
git-svn-id: https://svn.roundcube.net/trunk@5111 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-19- Followup to r5097, fix: match From with full address spec.alec
git-svn-id: https://svn.roundcube.net/trunk@5098 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-19- Fixed selecting identity on reply/forward (#1487981)alec
git-svn-id: https://svn.roundcube.net/trunk@5097 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16- Fix/simplify email regexp to prevent "no valid recipients" SMTP error ↵alec
(#1488040) git-svn-id: https://svn.roundcube.net/trunk@5073 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16- Add client-side checking of uploaded files sizealec
git-svn-id: https://svn.roundcube.net/trunk@5071 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-14More unique error codesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5068 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-10Recalculate date when replying to a message and localize the cite header ↵thomasb
(#1487675) git-svn-id: https://svn.roundcube.net/trunk@5040 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alec
git-svn-id: https://svn.roundcube.net/trunk@5033 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-09- Fix handling Mail-Reply-To header in Reply All actionalec
git-svn-id: https://svn.roundcube.net/trunk@5032 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27Move mail sending functions from mail task to core for general usagethomasb
git-svn-id: https://svn.roundcube.net/trunk@4977 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-25- Added optional "multithreading" autocomplete featurealec
git-svn-id: https://svn.roundcube.net/trunk@4963 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-21- Simplify undo message, add dots at the end of messagesalec
git-svn-id: https://svn.roundcube.net/trunk@4951 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-18Fix getting first writeable address book if no default is configuredthomasb
git-svn-id: https://svn.roundcube.net/trunk@4933 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-17Small improvements and codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@4932 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-04Cache information about writeble address sources for performance reasonsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4904 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-04- Add optional textual upload progress indicator (#1486039)alec
git-svn-id: https://svn.roundcube.net/trunk@4902 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-22Skip empty e-mail addresses in autocompletionthomasb
git-svn-id: https://svn.roundcube.net/trunk@4874 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-22Fix check in pagenavthomasb
git-svn-id: https://svn.roundcube.net/trunk@4873 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-22Trigger keep_alive hook when checking for recent messages, toothomasb
git-svn-id: https://svn.roundcube.net/trunk@4872 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31Case-insensitive matching in autocompletion (#1487933); replace old string ↵thomasb
offset syntax git-svn-id: https://svn.roundcube.net/trunk@4819 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31- Optimization for spellcheck_before_send: don't invoke new ajax request. ↵alec
While we already have mispellings, we can return them and enable spellchecker directly without querying the server again git-svn-id: https://svn.roundcube.net/trunk@4818 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalec
git-svn-id: https://svn.roundcube.net/trunk@4817 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alec
git-svn-id: https://svn.roundcube.net/trunk@4816 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Fix handling of "<" character in contact data, search fields and folder ↵alec
names, identity name and organization fields (#1487864) git-svn-id: https://svn.roundcube.net/trunk@4812 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Added option to specify to which address book add new contactsalec
git-svn-id: https://svn.roundcube.net/trunk@4811 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23- Store user preferences in session when write-master is not available and ↵alec
session is stored in memcache, write them later git-svn-id: https://svn.roundcube.net/trunk@4802 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalec
git-svn-id: https://svn.roundcube.net/trunk@4788 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-16- Add option to set default action of Forward button to "Forward as attachment"alec
git-svn-id: https://svn.roundcube.net/trunk@4775 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-16- Trim HTML message before washing, to make sure that BOM is removed even ↵alec
when prepended by some whitespace chars (#1487915) git-svn-id: https://svn.roundcube.net/trunk@4772 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13Don't connect to address books unless necessarythomasb
git-svn-id: https://svn.roundcube.net/trunk@4766 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13- Add forward-as-attachment featurealec
git-svn-id: https://svn.roundcube.net/trunk@4761 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-12Improve display name composition when saving contacts (#1487143), with ↵thomasb
plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export git-svn-id: https://svn.roundcube.net/trunk@4752 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Add possibility (for plugins) to filter folders lists by some additional ↵alec
criteria (e.g. folder type) git-svn-id: https://svn.roundcube.net/trunk@4735 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers ↵alec
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637) git-svn-id: https://svn.roundcube.net/trunk@4733 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-03- Add 'uploadingmany' message translationalec
git-svn-id: https://svn.roundcube.net/trunk@4724 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-03- Enable multiselection for attachments uploading in capable browsers (#1485969)alec
git-svn-id: https://svn.roundcube.net/trunk@4723 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-29- Fix relative URLs handling according to a <base> in HTML (#1487889)alec
git-svn-id: https://svn.roundcube.net/trunk@4710 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-26- Fix handling of top-level domains with more than 5 chars or unicode chars ↵alec
(#1487883) git-svn-id: https://svn.roundcube.net/trunk@4702 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-20- Improve performance by including files with absolute path (#1487849) alec
git-svn-id: https://svn.roundcube.net/trunk@4678 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-12Don't decode recipent strings submitted by address bookthomasb
git-svn-id: https://svn.roundcube.net/trunk@4645 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-08- Improve space-stuffing handling in format=flowed messages (#1487861) alec
git-svn-id: https://svn.roundcube.net/trunk@4636 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-31- Add info about indexcontacts.sh script in upgrade procedurealec
git-svn-id: https://svn.roundcube.net/trunk@4625 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-17- Handle properly situation when uploaded attachment file is too bigalec
git-svn-id: https://svn.roundcube.net/trunk@4610 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-10Prepare for multiple concurrent compose windowsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4604 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-28- Fix parsing links with non-printable characters inside (#1487805)alec
git-svn-id: https://svn.roundcube.net/trunk@4580 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-15- Replying to a sent message puts the old recipient as the new recipient ↵alec
(#1487074) - Set compose header fields before skin objects' functions are being used, don't depend on the order of fields git-svn-id: https://svn.roundcube.net/trunk@4542 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-08- Use html::span instead of HTML codealec
git-svn-id: https://svn.roundcube.net/trunk@4506 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-08- Make so addcontact icon doesn't jump alone to next linealec
git-svn-id: https://svn.roundcube.net/trunk@4505 208e9e7b-5314-0410-a742-e7e81cd9613c