Aleksander Machniak
|
59997a3030
|
Fix DB error when creating a new contact and a group is selected (#1489051)
|
13 years ago |
Aleksander Machniak
|
8b8462018a
|
Fix handling of deprecated boolean value of reply_mode option (#1489052)
Conflicts:
CHANGELOG
|
13 years ago |
Aleksander Machniak
|
d83e12a620
|
Fix display of HTML entities in protected folder name (#1489042)
|
13 years ago |
Thomas Bruederli
|
706d3f472f
|
Skip filename suffix check for embedded images; return blocked.gif instead of HTML warning when embedded (#1489029)
|
13 years ago |
Aleksander Machniak
|
6f4b50abea
|
Fix handling of invalid characters in message headers and output (#1489032)
Conflicts:
CHANGELOG
|
13 years ago |
Aleksander Machniak
|
d2d8d498c6
|
Fix copying messages to a folder with "empty" name e.g. "0", better error handling
|
13 years ago |
Thomas Bruederli
|
d6cbdea04d
|
Add methods to append certain nodes to session data in order to avoid session saving race conditions. Fixes #1488422
|
13 years ago |
Aleksander Machniak
|
334784a051
|
Skip message/rfc822 attachments only in reply mode
|
13 years ago |
Aleksander Machniak
|
4dd9bb4671
|
Fix blockquote width in sent mail (#1489031)
|
13 years ago |
Thomas Bruederli
|
0032911784
|
Sanity check the file path for generic message footer before adding it
|
13 years ago |
Aleksander Machniak
|
e6d376236e
|
Whitelist configuration options (user preferences) that can be changed using save-pref command
|
13 years ago |
Aleksander Machniak
|
099d2b9fd4
|
Remove sig_above configuration option, use reply_mode only (#1489001)
|
13 years ago |
Aleksander Machniak
|
321d8b06fb
|
Refresh current folder in opener window after draft save or message sent (#1488997)
|
13 years ago |
Aleksander Machniak
|
aa30cf8f3c
|
Better fix for "saving draft just after entering compose window (#1489012)"
|
13 years ago |
Aleksander Machniak
|
ae0821f1dd
|
Be less restrictive on vCard import, do not require FN when N exists
|
13 years ago |
Aleksander Machniak
|
1f8fbf9455
|
Fix vcard folding when outputing already generated vcard
|
13 years ago |
Aleksander Machniak
|
1d719e43fb
|
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
Conflicts:
CHANGELOG
|
13 years ago |
Aleksander Machniak
|
097c544d98
|
Don't show fake address - phishing prevention (#1488981)
|
13 years ago |
Aleksander Machniak
|
2bbbca39ff
|
Fix forward as attachment bug with editormode != 1 (#1488991)
|
13 years ago |
Thomas Bruederli
|
5aa77efcbe
|
Trigger 'refresh' hook in mail view
|
13 years ago |
Aleksander Machniak
|
91deac7c91
|
Move spellcheck options section below signature options section
|
13 years ago |
Aleksander Machniak
|
4999702e1e
|
Increase maxlength to 254 chars for email input fields in addressbook (#1488987)
Conflicts:
CHANGELOG
|
13 years ago |
Aleksander Machniak
|
0ae20f6b9c
|
Fix so full filename is used for title attribute
|
13 years ago |
Aleksander Machniak
|
dedf138795
|
Fix thumbnail size when GD extension is used for image resize (#1488985)
Conflicts:
CHANGELOG
|
13 years ago |
Aleksander Machniak
|
fddb9ff383
|
Display notice that message is encrypted also for application/pkcs7-mime messages (#1488526)
|
13 years ago |
Thomas Bruederli
|
22819a3081
|
Don't skip message/* attachments when opening a draft. Restore check as it was before [fa57c988]
|
13 years ago |
Aleksander Machniak
|
e68d2a15f5
|
Don't try to print file extension in a warning message if it's not available
|
13 years ago |
Aleksander Machniak
|
fd777a8627
|
Add workaround for invalid message charset detection by IMAP servers (#1488968)
|
13 years ago |
Aleksander Machniak
|
60dabb35ae
|
- Fix regression in handling LDAP contact identifiers (#1488959)
|
13 years ago |
Thomas Bruederli
|
a33717b230
|
Properly quote form validation error messages
|
13 years ago |
Thomas Bruederli
|
24d7cc5dd1
|
Ignore file extension difference for text/plain attachments (#1488891)
|
13 years ago |
Thomas Bruederli
|
4901199761
|
Add search box to compose address book widget (#1488381)
|
13 years ago |
Thomas Bruederli
|
c4a1d3fe5d
|
Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()
|
13 years ago |
Thomas Bruederli
|
39bb93d9ae
|
Load a default stylesheet (embed.css) from skin in plain html pages (e.g. attachment warnings and html messages)
|
13 years ago |
Thomas Bruederli
|
24607ceb80
|
Also block remote images in HTML part view (#1488827)
|
13 years ago |
Aleksander Machniak
|
a03c28a22f
|
Make sure mimetypes is an array not object in a better way
|
13 years ago |
Aleksander Machniak
|
83f7077ec9
|
Fix searching by date in address book (#1488888)
|
13 years ago |
Aleksander Machniak
|
232535f76e
|
Add option to use envelope From address for MDN responses (#1488880)
|
13 years ago |
Aleksander Machniak
|
347ba311e6
|
Add possibility to search in message body only (#1488770)
|
13 years ago |
Thomas Bruederli
|
d9f180adf9
|
Minor IE7/8 fixes
|
13 years ago |
Aleksander Machniak
|
830fd2ecbb
|
Display PGP/MIME signature attachments as "Digital Signature" (#1488570)
|
13 years ago |
Aleksander Machniak
|
be72fb3597
|
Unified attachments filenames handling for message parts without a filename
|
13 years ago |
Aleksander Machniak
|
66afd70b75
|
Framework'ize html2text class
|
13 years ago |
Aleksander Machniak
|
7ac94421bf
|
Move washtml class into Roundcube Framework (rcube_washtml), add some improvements
|
13 years ago |
Thomas Bruederli
|
5f0bd1fcb4
|
Make html button-links work in IE
|
13 years ago |
Thomas Bruederli
|
090c49d4a3
|
Treat image/pjpeg as image/jpeg
|
13 years ago |
Aleksander Machniak
|
83370e5ff1
|
Display 'Sender' header in message preview
|
13 years ago |
Aleksander Machniak
|
c0208002a8
|
Fix escaping of add-contact arguments - fixes JS error in IE
|
13 years ago |
Aleksander Machniak
|
ff4a92c8e2
|
Fix contact copy/add-to-group operations on search result (#1488862)
|
13 years ago |
Aleksander Machniak
|
a0e3dcf170
|
Use matching identity in MDN response (#1488864)
|
13 years ago |