Commit Graph

273 Commits (328c32402da4ac7ec8e08bab4dc418058b7e5ec1)

Author SHA1 Message Date
alecpl 64f6e75a3f - Fix incorrect function call (#1488310) 13 years ago
thomascube c321a955a7 Merged devel-framework branch (r5746:5779) back into trunk 13 years ago
alecpl 1c4f23d6e5 - Exclude MIME functionality from rcube_imap class into rcube_mime class 13 years ago
alecpl a90ad2840f - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead 13 years ago
alecpl b6da0b76af - Remove deprecated global $IMAP variable usage (#1488148) 13 years ago
alecpl 7e263ea204 - Add option to set default font for HTML message (#1484137) 13 years ago
alecpl 40c45e9de9 - Fixed issues with big memory allocation of IMAP results, improved a lot of rcube_imap class 13 years ago
alecpl 72ff6ae884 - Simplified compose session data handling, no need for session->cleanup() 13 years ago
thomascube 62c8618744 Make email recipients separator configurable + suppress dupes in auto-completion 13 years ago
alecpl b5a29fe22f - Fix IDN address validation issue (#1488137) 13 years ago
alecpl 765fdeb5b5 - Improved performance of draft saving by usage of APPENDUID response if available (skipped SEARCH call) 13 years ago
alecpl 56ec81cb6f - Don't print error to the log when trying to delete non-existing draft message 13 years ago
thomascube 06dc9838e0 Fix session race conditions when composing new messages 13 years ago
alecpl 5c2ac5f528 - Fix/simplify email regexp to prevent "no valid recipients" SMTP error (#1488040) 13 years ago
thomascube 782d8593bd More unique error codes 13 years ago
alecpl 6d0ada30d7 - Fix handling of email addresses with quoted local part (#1487939) 13 years ago
alecpl 340546c975 - Optimization for spellcheck_before_send: don't invoke new ajax request. While we already have mispellings, we can return them and enable spellchecker directly without querying the server again 14 years ago
alecpl 644e3ad912 - Fix setting language for spellchecker on spellcheck_before_send 14 years ago
alecpl 1d5779b257 - Add option to force spellchecking before sending a message (#1485458) 14 years ago
thomascube 4591de7018 Prepare for multiple concurrent compose windows 14 years ago
alecpl e8d5bdc84e - Fix IDNA support when IDN/INTL modules are in use (#1487742) 14 years ago
thomascube f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 14 years ago
thomascube 56849c658b Wrap HTML parts with <html><body> and add Doctype declaration (#1487098) 14 years ago
alecpl 14f87f7f38 - Set Mail-Reply-To also for identity's reply-to 14 years ago
alecpl 3ee5a7200a - Improved Mail-Reply-To and Mail-Followup-To headers handling 14 years ago
alecpl 7472893512 - Fix plaintext versions of HTML messages don't contain placeholders for emotions (#1485206) 14 years ago
alecpl 53604a0550 - Fix setting charset of attachment filenames (#1487122) 14 years ago
alecpl 57388f9cce - Fix attachment names encoding broken in r4232 14 years ago
alecpl d2b8840a0e - Fix handling of custom "_from" in sendmail (#1487132)
- Small fix in displaying Sender input field
14 years ago
alecpl 0f9d8ca40d - Don't set attachment's charset in Content-type header (#1487122) 14 years ago
alecpl ad334a1257 - Improve displaying of UI messages (#1486977) 14 years ago
alecpl f22ea7ba18 - Support SMTP Delivery Status Notifications - RFC3461 (#1486142) 14 years ago
alecpl e25a357d95 - Add Reply-to-List feature (#1484252)
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
14 years ago
alecpl e99991996d - Add Internationalized Domain Name (IDNA) support (#1483894) 14 years ago
alecpl e019f2d0f2 - s/RoundCube/Roundcube/ 14 years ago
alecpl 99b8c1e2ac - Fix format=flowed handling (#1486989) + small improvements in plain messages parsing 14 years ago
alecpl 1d8cbca272 - Use host FQDN in Message-Id, if possible (#1486924) 14 years ago
alecpl e6ce0062f2 - Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings) 14 years ago
alecpl b25dfd0913 - removed PHP closing tag 14 years ago
alecpl 2bf3cc6fc3 - Use user's timezone in Date header, not server's timezone (#1486119) 14 years ago
alecpl 5852c14d3e - Add option to set separate footer for HTML messages (#1486660) 14 years ago
alecpl ac8edbed35 - Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712) 15 years ago
alecpl c973abfd8b - fix regular expression for images src replacement 15 years ago
alecpl ae00404a60 - translate internalerror message 15 years ago
svncommit 141eb8a497 Fix double-addition of e-mail domain to content ID in HTML images 15 years ago
thomascube dffcaa59db No need for the padding since quoted lines are not wrapped at all 15 years ago
thomascube c769c6699f Default line length is 72 15 years ago
thomascube 6b6f2e83de Display and send messages with format=flowed (#1484370), fixes word wrapping issues (#1486543) 15 years ago
alecpl dc9d750e18 - Fix message/rfc822 attachments encoding in sent mail 15 years ago
alecpl 16378fe3a2 - preformance fix: don't load full folders list when checking for folder
existance in sendmail.inc, use internal cache to make mailbox_exists()
  faster when called more than one time for the same folder
15 years ago
alecpl 751b22b41f - Added optional (max_recipients) support to restrict total number of recipients per message (#1484542) 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 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
thomascube bc404ffd41 Save draft information in one header; finally fixes #1486203 15 years ago
thomascube b44b4d32e1 Allow outgoing_message_headers hook to abort message sending 15 years ago
thomascube bbc8565e5a Flag original messages after sending a draft (#1486203) 15 years ago
alecpl 47ad83f337 - Added force_7bit option to force MIME encoding of plain/text messages (#1486510) 15 years ago
alecpl 3d0ec7620f - improve transfer encoding choosing 15 years ago
alecpl 82c98e674d - Fix Received headers to behave better with SpamAssassin (#1486513) 15 years ago
alecpl 91790e41f3 - Fix attachment excessive memory use, support messages of any size (#1484660) 15 years ago
alecpl b620493a4b - Fix quoted text wrapping when replying to an HTML email in plain text (#1484141) 15 years ago
alecpl 10eedbe75a - add file/line definitions to raise_error() calls 15 years ago
alecpl 34b65924b9 - fix mail subject encoding with mb_encode_mimeheader() (#1486418) 15 years ago
alecpl 6d13ca1846 - add line number to some error messages 15 years ago
alecpl e4acbbd8cc - Added server-side e-mail address validation with 'email_dns_check' option (#1485857) 15 years ago
alecpl ddc891db46 - fixed Received header format 15 years ago
alecpl b48d9bf5d4 - Use faster/secure mt_rand() (#1486094) 15 years ago
alecpl 2818f8e9ed - Show SMTP errors in browser (#1485927) 15 years ago
alecpl ecb9fb058d - use RCMAIL_CHARSET instead of hardcoded 'utf-8' 15 years ago
alecpl 42b25afac8 - fix sending mail without identity 16 years ago
alecpl 8f9ab39e48 - fix sending mail without identity (#1485898) 16 years ago
alecpl 2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
16 years ago
alecpl 48958e0512 - Fix Answered/Forwarded flag setting for messages from subfolders 16 years ago
thomascube 762a699dc7 Hard-wrap message headers according to RFC 16 years ago
thomascube cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 16 years ago
alecpl 7145e009e4 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
16 years ago
alecpl d519ef8a0a - Fix attaching more than nine inline images (#1485759) 16 years ago
alecpl 65605c862d - Fix new lines stripped from message footer (#1485751) 16 years ago
alecpl 050410f560 - Fix multiple recipients input parsing (#1485733)
- added shared rcube_explode_quoted_string() function
16 years ago
till cbbef379a5 * bumping up copyright (happy new year ;-)) 16 years ago
alecpl c58c0aedba - Fix address names with '@' sign handling (#1485654) 16 years ago
alecpl 24ed413328 - Allow absolute URLs to images in HTML messages/sigs (#1485666)
- Fix message body which contains both inline attachments and emotions
16 years ago
svncommit 6710a63617 Add required parameters to raise_error() calls. 16 years ago
alecpl a1733f06ae - fix identity name quoting when sending mail as per discussion in #1485654 16 years ago
alecpl 99f2b311bf #1485653: fix enless loop in rcmail_attach_emoticons() + fix attaching the same image a few times 16 years ago
alecpl 4e74d2cb1b - fix draft autosave 16 years ago
alecpl 4b60fa3ab9 #1485493: do not bypass sendmail_delay by relogin 16 years ago
alecpl 300fc65a46 - Better HTML entities conversion in html2text (#1485519) 16 years ago
alecpl acff900c5a #1485294: Add recipients address small validation 16 years ago
alecpl fd51e0fea5 - Better handling of "no identity" and "no email in identity" situations (#1485117) 16 years ago
alecpl ffae15e5fc - Added 'mime_param_folding' option with possibility to choose
long/non-ascii attachment names encoding eg. to be readable
  in MS Outlook/OE (#1485320)
- Added "advanced options" feature in User Preferences
16 years ago
alecpl acb08f517d - Added 'sendmail_delay' option to restrict messages sending interval (#1484491) 16 years ago
thomascube 0b6c1cf2b2 Give the user a second chance when sending failes due session error 16 years ago
thomascube 9d55d2c8ca Log error when submitting an invalid compose ID 16 years ago
thomascube 8b36d42128 Codestyle: indent with spaces instead of tabs 16 years ago
alecpl 940fc136b5 #1485297: remove signature's div ID from sent html message 16 years ago
alecpl d583bcdfe8 #1485241: be sure that folder is subscribed when saving sent message 16 years ago
alecpl 79aeb308cb - Write to log also sent MDN confirmation messages 16 years ago
alecpl b77d0dd6c5 - added options to use syslog instead of log file (#1484850)
- added Logging & Debugging section in Installer
- fixed config from $_POST for next installer steps saving
- fixed and re-enabled debug_level setting in installer
16 years ago
alecpl 9a5762a4de #1485242: better handling of situation when message was sent successfully but cannot be saved 16 years ago
thomascube faf8766fd2 Save outgoing mail to selectable folder (#1324581) 16 years ago
thomascube 6d5dbae53c Prefer File_Info over mime_content_type + detect mime type when uploading + some code style 16 years ago
thomascube 4dae735feb Flag original message as Forwarded when sending mail 16 years ago
thomascube c719f3c1e0 Store compose parameters in session and redirect to a unique URL 16 years ago
alecpl 33ca143ae5 -fixed emoticons 17 years ago
thomascube 83a7636872 More code cleanup 17 years ago
thomascube 197601ef5f Next step: introduce the application class 'rcmail' and get rid of some global vars 17 years ago
thomascube 47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 17 years ago
alecpl 53e79dfa0c #1484966: place Message-Id below Received header 17 years ago
thomascube 5ec11328c7 Make the http-received header in outgoing mails configurable 17 years ago
till 21235274b4 * committing fix from #1484506 17 years ago
thomascube e8f8fe9ed3 Allow to send mail with BCC recipients only + remove some unused vars 17 years ago
till 734584e2fe * mime_content_type() is unavailable in PHP5 and breaks sending emails with attachments
* implemented rc_mime_content_type() with file_info-failover
* added svn:ignore for phpinfo.php ;-)
17 years ago
till 75f0a73889 * fixing mimetype issue from #1484062 17 years ago
till 606fc01355 * committing patch from #1484759 17 years ago
thomascube c08b7347c1 Applied patch to prevent bad header delimiters (#1484751) 17 years ago
svncommit 28f49e03f7 Add Received header to outgoing mail. 17 years ago
svncommit 4315b0086b added ability to insert attached images in HTML editor 17 years ago
thomascube fba1f5ab81 New class rcube_user + send message disposition notification 17 years ago
thomascube c579961899 Fixed some potential security risks + updatedd changelog 17 years ago
thomascube 7984ece293 Improve message compose screen 17 years ago
thomascube 63f9d3c0a5 Don't add message footer when saving as draft 17 years ago
thomascube 95609c48f5 Minor bugfixes reported on the dev-list 18 years ago
thomascube a23884b3d2 Wrap message body text (closes #1484148) 18 years ago
thomascube f1154163b0 Merged branch devel-addressbook from r443 back to trunk 18 years ago
thomascube dc096918d8 Don't show error message when saving draft (closes #1483892) 18 years ago
thomascube ab6f8077e9 Updated PEAR::Mail_mime package 18 years ago
thomascube 5a6ad20983 Fixed message headers encoding; improved recipient splitting; applied patch for attachment download (#1484198) 18 years ago
thomascube 24fe97ec35 mb_encode_mimeheader quirks; removed unused var 18 years ago
thomascube ee883ad73d Applied security patches by Kees Cook (Ubuntu) + little visual enhancements 18 years ago
thomascube 2bca6e1da0 New (strict) quoting for all kind of strings 18 years ago
thomascube b517af4a47 Optimized memory usage when sending mail; Include SMTP response in log; Fixed wrong header encoding 18 years ago
thomascube 421f5e31a2 Small bugfixes and improvements 18 years ago
svncommit 4e6eb1fb07 corrected duplicate emoticon fix. 18 years ago
svncommit 3acbc508ba removed debug from previous commit 18 years ago
svncommit ed65922364 prevent multiple copies of an emoticon image from being attached to an outgoing message 18 years ago
svncommit a0109c4933 Initial TinyMCE editor support (still need to work on spellcheck and skins) 18 years ago
thomascube 8cb245c278 Correct creation of a message-id 18 years ago
svncommit 3287e84c90 Solved bug: 1483828. (Meaning of the numbers isn't changed in my solution) 18 years ago
thomascube 41fa0b909a Compose, save and sendmail cleanup 18 years ago
svncommit abb32edbeb #1399714 - fixed commas in identity fullname field 18 years ago
svncommit f0f98fb108 Improvements to Draft handling 18 years ago
thomascube 50844277ca Changed label and icon for attachment removal and some styles 18 years ago
thomascube b068a07db2 Typos, Optimizations, Updates 19 years ago
svncommit 1966c53255 Added Drafts support (Feature #1326839) (richs) 19 years ago
svncommit c5ac073c9f renamed $mbox so that it will stop interfering with the $_SESSION when register_globals is turned on 19 years ago
thomascube 6204390af1 Applied patch for requesting receipts by Salvatore Ansani 19 years ago
thomascube 4647e1bbb5 Started implementing search function 19 years ago
thomascube ea7c46b4f3 Improved reading of POST and GET values 19 years ago
thomascube 13c1afbcbb Fixed some charset bugs 19 years ago