Commit Graph

1128 Commits (4feb8eb575df1207ed1dce3efcabbec48d7db169)

Author SHA1 Message Date
Aleksander Machniak a5b79b15a8 Fix empty messages list when register_globals is enabled (#1489157) 13 years ago
Aleksander Machniak 0494288999 Improved/unified attachment preview page
Implemented attachment print button
13 years ago
Thomas Bruederli dd54725b21 Merge branch 'dev-advanced-ldap-groups':
- Refactoring: separated address book implementation from generic LDAP wrapper class
- Auto-detect and use VLV indices for all search operations
- Additional group configuration options for LDAP address books
- Allow address books to display a multi-level group hierarchy in the contacts list
13 years ago
Thomas Bruederli f7ac79ced5 Display '(empty subject)' in message view if subject header is missing (#1489108) 13 years ago
Thomas Bruederli 4f53ab347e Add feature to import messages to the currently selected folder 13 years ago
Aleksander Machniak f3b55ee8e8 Do not reset messages count in set_folder() 13 years ago
Aleksander Machniak ae80b5a309 Fix error when there's no writeable addressbook source (#1489162) 13 years ago
Aleksander Machniak b68e2355d7 Fix so non-inline images aren't skipped on forward (#1489150) 13 years ago
Aleksander Machniak ad2ba95dcd Fix so bounces addresses in Sender headers are skipped on Reply-All (#1489011) 13 years ago
Aleksander Machniak 15482bcade Improved handling of Reply-To/Bcc addresses of identity in compose form (#1489016) 13 years ago
Aleksander Machniak af9dbd54b3 Fix PHP warning when responding to a message with many Return-Path headers (#1489136) 13 years ago
Aleksander Machniak 07795ba124 Fix invalid option selected in default_font selector when font is unset (#1489112) 13 years ago
Aleksander Machniak db108e3779 Fix another text wrapping issue (wrong handling of long unwrappable lines) 13 years ago
Aleksander Machniak 2355045ded Change Reply-All button label/title when mailing list is detected (#1488938) 13 years ago
Aleksander Machniak 3375a681eb Fix problem where security warning was displayed for valid images with image/jpg type (#1489097) 13 years ago
Aleksander Machniak fd0fd3b0a0 Fix handling of invalid email addresses in headers (#1489092) 13 years ago
Aleksander Machniak 621a2e7f1c Simplify format=flowed handling code, don't duplicate same code 13 years ago
Aleksander Machniak f76fa50052 Fix format=flowed text re-wrapping for display 13 years ago
Aleksander Machniak 3725cfb245 Avoid uninitialized/unused variables 13 years ago
Aleksander Machniak c027ba7709 Fix bugs caught by static analysis 13 years ago
Thomas Bruederli 517dae3e74 Experimental: refactored list.js and html_table class to render lists with different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support 13 years ago
Aleksander Machniak 969cb03f9a Add option to display email address together with a name in mail preview (#1488732) 13 years ago
Aleksander Machniak d2dff5e865 Fix Reply-To header handling in Reply-All action (#1489037) 13 years ago
Aleksander Machniak 61943150d9 Fix so Sender: address is added to Cc: field on reply to all (#1489011) 13 years ago
Aleksander Machniak ec43311423 Fix so addressbook_search_mode works also for group search (#1489079) 13 years ago
Aleksander Machniak d7fcd8ce42 Fix possible collision in generated thumbnail cache key (#1489069) 13 years ago
Aleksander Machniak ca2c6316fb Fix handling of deprecated boolean value of reply_mode option (#1489052) 13 years ago
Aleksander Machniak bb7c522bfd Add "with attachment" option to messages list filter (#1485382) 13 years ago
Thomas Bruederli a021d6f187 Skip filename suffix check for embedded images; return blocked.gif instead of HTML warning when embedded (#1489029) 13 years ago
Aleksander Machniak 4fdaa02ac7 Fix handling of invalid characters in message headers and output (#1489032) 13 years ago
Aleksander Machniak 4dfae96dcd Fix copying messages to a folder with "empty" name e.g. "0", better error handling 13 years ago
Aleksander Machniak a389ffbb46 Skip message/rfc822 attachments only in reply mode 13 years ago
Aleksander Machniak db415c4afb Fix blockquote width in sent mail (#1489031) 13 years ago
Thomas Bruederli 0fcb2b139b Sanity check the file path for generic message footer before adding it 13 years ago
Aleksander Machniak 1d4c84f4d7 Remove sig_above configuration option, use reply_mode only (#1489001) 13 years ago
Aleksander Machniak 723f4e63aa Refresh current folder in opener window after draft save or message sent (#1488997) 13 years ago
Aleksander Machniak 3ca58cd22c Better fix for "saving draft just after entering compose window (#1489012)" 13 years ago
Aleksander Machniak 1e32540839 Add rel="noreferrer" for links in displayed messages (#1484686) 13 years ago
Aleksander Machniak a8040cf0bd Fix so forward as attachment works if additional attachment is added by message_compose hook (#1489000)
Prevent from re-adding the same forward attachment on compose page refresh
13 years ago
Aleksander Machniak 6e8f2a7448 Notify about a new mail only if it's UNSEEN (#1388965) 13 years ago
Aleksander Machniak 0e32d7032b Fix load-attachment link 13 years ago
Aleksander Machniak a02c77c584 Add ability to toggle between view as HTML and text while viewing a message (#1486939) 13 years ago
Aleksander Machniak 542f15bfec Enriched content should be also converted to text if html is disabled 13 years ago
Aleksander Machniak 5c26bd49b1 Added rcube_message::has_text_part(), simplified has_html_part() so it always
works in "recursive mode" - removed $recursive argument.
13 years ago
Aleksander Machniak ff7542bfb9 Don't show fake address - phishing prevention (#1488981) 13 years ago
Aleksander Machniak abf46755c9 Fix forward as attachment bug with editormode != 1 (#1488991) 13 years ago
Thomas Bruederli 65de0018c8 Trigger 'refresh' hook in mail view 13 years ago
Aleksander Machniak bc2c4380b5 Add attachment menu with Open and Download options (#1488975) 13 years ago
Aleksander Machniak cbe07532fa Fix so full filename is used for title attribute 13 years ago
Aleksander Machniak 139635f189 Fix thumbnail size when GD extension is used for image resize (#1488985) 13 years ago