Thomas Bruederli
378d6cf97f
Build plugin info from both package.xml and composer.json files; allow plugins to override the meta info method
2013-04-28 13:45:32 +02:00
Aleksander Machniak
4cb8ced1a4
Fix min_refresh_interval handling on preferences save ( #1489073 )
2013-04-28 11:30:32 +02:00
Aleksander Machniak
d7fcd8ce42
Fix possible collision in generated thumbnail cache key ( #1489069 )
2013-04-26 14:25:17 +02:00
Aleksander Machniak
7652687692
Fix DB error when creating a new contact and a group is selected ( #1489051 )
2013-04-19 08:35:08 +02:00
Aleksander Machniak
ca2c6316fb
Fix handling of deprecated boolean value of reply_mode option ( #1489052 )
2013-04-19 08:05:33 +02:00
Aleksander Machniak
bb7c522bfd
Add "with attachment" option to messages list filter ( #1485382 )
2013-04-14 11:19:32 +02:00
Aleksander Machniak
e0cc1fb9aa
Fix display of HTML entities in protected folder name ( #1489042 )
2013-04-13 19:07:33 +02:00
Thomas Bruederli
a021d6f187
Skip filename suffix check for embedded images; return blocked.gif instead of HTML warning when embedded ( #1489029 )
2013-04-10 23:12:23 +02:00
Aleksander Machniak
4fdaa02ac7
Fix handling of invalid characters in message headers and output ( #1489032 )
2013-04-06 19:28:47 +02:00
Aleksander Machniak
4dfae96dcd
Fix copying messages to a folder with "empty" name e.g. "0", better error handling
2013-04-05 12:48:36 +02:00
Aleksander Machniak
a389ffbb46
Skip message/rfc822 attachments only in reply mode
2013-04-02 19:48:32 +02:00
Aleksander Machniak
db415c4afb
Fix blockquote width in sent mail ( #1489031 )
2013-04-02 10:15:51 +02:00
Thomas Bruederli
0fcb2b139b
Sanity check the file path for generic message footer before adding it
2013-03-27 17:05:54 +01:00
Aleksander Machniak
648fcf5709
Whitelist configuration options (user preferences) that can be changed using save-pref command
2013-03-27 16:32:51 +01:00
Aleksander Machniak
1d4c84f4d7
Remove sig_above configuration option, use reply_mode only ( #1489001 )
2013-03-26 19:36:47 +01:00
Aleksander Machniak
723f4e63aa
Refresh current folder in opener window after draft save or message sent ( #1488997 )
2013-03-26 19:16:03 +01:00
Aleksander Machniak
3ca58cd22c
Better fix for "saving draft just after entering compose window ( #1489012 )"
2013-03-26 19:06:11 +01:00
Aleksander Machniak
38c1951266
Be less restrictive on vCard import, do not require FN when N exists
2013-03-24 18:00:17 +01:00
Aleksander Machniak
a26c031621
Fix vcard folding when outputing already generated vcard
2013-03-24 17:29:46 +01:00
Aleksander Machniak
1e32540839
Add rel="noreferrer" for links in displayed messages ( #1484686 )
2013-03-19 12:47:07 +01:00
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
2013-03-19 09:11:56 +01:00
Aleksander Machniak
6e8f2a7448
Notify about a new mail only if it's UNSEEN ( #1388965 )
2013-03-16 19:01:10 +01:00
Aleksander Machniak
0e32d7032b
Fix load-attachment link
2013-03-15 12:50:53 +01:00
Aleksander Machniak
a02c77c584
Add ability to toggle between view as HTML and text while viewing a message ( #1486939 )
2013-03-15 10:30:53 +01:00
Aleksander Machniak
542f15bfec
Enriched content should be also converted to text if html is disabled
2013-03-14 12:17:38 +01:00
Aleksander Machniak
5c26bd49b1
Added rcube_message::has_text_part(), simplified has_html_part() so it always
...
works in "recursive mode" - removed $recursive argument.
2013-03-14 12:10:40 +01:00
Aleksander Machniak
ff7542bfb9
Don't show fake address - phishing prevention ( #1488981 )
2013-03-12 08:43:21 +01:00
Aleksander Machniak
abf46755c9
Fix forward as attachment bug with editormode != 1 ( #1488991 )
2013-03-11 16:20:01 +01:00
Thomas Bruederli
65de0018c8
Trigger 'refresh' hook in mail view
2013-03-10 16:18:45 +01:00
Aleksander Machniak
cf8b9fc004
Move spellcheck options section below signature options section
2013-03-07 14:10:21 +01:00
Aleksander Machniak
d7e129e07d
Increase maxlength to 254 chars for email input fields in addressbook ( #1488987 )
2013-03-06 13:17:52 +01:00
Aleksander Machniak
bc2c4380b5
Add attachment menu with Open and Download options ( #1488975 )
2013-03-06 11:11:37 +01:00
Aleksander Machniak
cbe07532fa
Fix so full filename is used for title attribute
2013-03-05 16:50:13 +01:00
Aleksander Machniak
139635f189
Fix thumbnail size when GD extension is used for image resize ( #1488985 )
2013-03-05 10:25:12 +01:00
Aleksander Machniak
e7c1aad832
Even better message on over quota error in move to trash operation ( #1484164 )
2013-03-02 20:29:20 +01:00
Aleksander Machniak
ee89c6dff6
Display notice that message is encrypted also for application/pkcs7-mime messages ( #1488526 )
2013-03-02 16:13:08 +01:00
Thomas Bruederli
5688d5baa2
Avoid loading already registered attachments when opening a draft message (on page reload)
2013-03-02 00:12:04 +01:00
Thomas Bruederli
f0a7159c40
Add methods to append certain nodes to session data in order to avoid session saving race conditions. Fixes #1488422
2013-03-02 00:10:54 +01:00
Thomas Bruederli
bd1e16f343
Don't skip message/* attachments when opening a draft. Restore check as it was before [ fa57c988]
2013-02-28 22:03:40 +01:00
Aleksander Machniak
7c851e669e
Don't try to print file extension in a warning message if it's not available
2013-02-21 09:38:21 +01:00
Aleksander Machniak
726297e5f8
Add workaround for invalid message charset detection by IMAP servers ( #1488968 )
2013-02-19 16:56:02 +01:00
Aleksander Machniak
eafb68b321
- Fix regression in handling LDAP contact identifiers ( #1488959 )
2013-02-17 16:23:30 +01:00
Thomas Bruederli
63cff249a8
Properly quote form validation error messages
2013-02-10 14:37:37 +01:00
Thomas Bruederli
921115ed56
Ignore file extension difference for text/plain attachments ( #1488891 )
2013-02-07 18:17:25 +01:00
Thomas Bruederli
4223b1e38f
Use encoded identifiers for address book lists ( #1488381 )
2013-02-07 17:52:22 +01:00
Thomas Bruederli
e26bf88c45
Pass string to html::tag() in order to always add the </ul> tag
2013-02-05 17:32:40 +01:00
Thomas Bruederli
3c309af066
- Refactored the hierarchical mailboxlist control into a separate widget class
...
- Build address book directories list as hierarchical list
- Make address book groups collapsible using the new new treelist widget
- Use encoded identifiers for address book directory list items
2013-01-31 13:49:35 +01:00
Thomas Bruederli
6c27c3b55e
Add search box to compose address book widget ( #1488381 )
2013-01-25 14:27:25 +01:00
Thomas Bruederli
13dc9f2c86
Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()
2013-01-25 14:15:12 +01:00
Thomas Bruederli
1730cf8d7b
Load a default stylesheet (embed.css) from skin in plain html pages (e.g. attachment warnings and html messages)
2013-01-24 15:32:24 +01:00