Aleksander Machniak
|
fb53c809a6
|
Fix AREA links handling (#1488792)
|
12 years ago |
Aleksander Machniak
|
9ce2398ef9
|
Fix regression in detecting if attachment should be displayed inline (is an image)
|
12 years ago |
Thomas Bruederli
|
28de391182
|
Recursively resolve paths of iframe contents; unify contentframe registration and reduce code-duplication
|
12 years ago |
Thomas Bruederli
|
ddafe4e410
|
Merge branch 'dev-compose-newwindow'
|
12 years ago |
Aleksander Machniak
|
f0affa6cc2
|
- Fix handling dont_override with message_sort_col and message_sort_order settings (#1488760)
|
12 years ago |
Aleksander Machniak
|
22c67d0ec2
|
Fix handling of URLs with asterisk characters (#1488759)
|
12 years ago |
Thomas Bruederli
|
271efe53e0
|
Add user settings to open message view and compose form in new windows. This natevely implements the compose_newwindow plugin functionslity and more
|
12 years ago |
Thomas Bruederli
|
464a0fba9d
|
Display connection errors in UI. Stack error messages in popup (Larry skin)
|
12 years ago |
Thomas Bruederli
|
7257040ca2
|
Add localized titles for message header toggles
|
12 years ago |
Thomas Bruederli
|
765ecb9fa0
|
Let the skin limit the number of visible recipeints and place a link to show them all in a dialog (better fix for #1488590)
|
12 years ago |
Thomas Bruederli
|
61512fe104
|
Avoid double-quoting of some message headers; wrap email address strings in <span> for better styling
|
12 years ago |
Thomas Bruederli
|
c23aad2feb
|
Revert "Add full headers view in message preview window (#1488538)"
This reverts commit af276f21e5 .
Conflicts:
CHANGELOG
skins/larry/mail.css
|
12 years ago |
Aleksander Machniak
|
06073ef216
|
Merge branch 'message_show_ui'
Conflicts:
CHANGELOG
|
12 years ago |
Aleksander Machniak
|
af276f21e5
|
Add full headers view in message preview window (#1488538)
Fix message display page issues - unified with message preview (#1488590, #1488642)
|
12 years ago |
Aleksander Machniak
|
46d0012e26
|
Fix quota capability detection so it can be overwritten by a plugin (#1488655)
|
12 years ago |
Aleksander Machniak
|
c8f35a17e6
|
Added "Undeleted" option to messages list filter
|
12 years ago |
Thomas Bruederli
|
248d781e5f
|
Improve text wrapping in replies
|
12 years ago |
Aleksander Machniak
|
e0efd8f5dc
|
Added separate From and To columns apart from smart From/To column (#1486891)
|
12 years ago |
Aleksander Machniak
|
cfc27c9b76
|
Keep some resource files (images) in separate directory
|
12 years ago |
Aleksander Machniak
|
840b4dbeb8
|
Simplified method of getting default addressbook.
Make sure to use the same source when adding contact and checking
if message is safe (sender is in addressbook).
Small code improvements.
|
13 years ago |
Aleksander Machniak
|
8749e94b4b
|
Fix attachment sizes in message print page and attachment preview page (#1488515)
- Use size parameter from Content-Disposition header if specified,
- Calculate size of base64 encoded message parts
|
13 years ago |
Aleksander Machniak
|
54be5ccb50
|
Fix XSS vulnerability in message subject handling using Larry skin (#1488519)
|
13 years ago |
Aleksander Machniak
|
aede1f9ab4
|
Fix possible PHP warning: strpos(): Offset not contained in string
|
13 years ago |
Aleksander Machniak
|
19cc5b91c9
|
Display Tiff as Jpeg in browsers without Tiff support (#1488452)
|
13 years ago |
Aleksander Machniak
|
7c1231a94b
|
Use browser capabilities to decide if PDF/TIFF attachments should be displayed
in an overlay page/inline or to provide only direct download for them (#1488452, #1487929)
|
13 years ago |
Aleksander Machniak
|
e349a8c9ae
|
Added browser capabilities detection, i.e. PDF and TIFF support
|
13 years ago |
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
13 years ago |
Aleksander Machniak
|
644f00d5a2
|
Fix add_contact() (#1488465)
|
13 years ago |
alecpl
|
76248c7b6e
|
- Improved all headers viewer (mostly in Larry skin)
|
13 years ago |
alecpl
|
0c259682f6
|
- Merge devel-framework branch, resolved conflicts
|
13 years ago |
alecpl
|
1b30a710cf
|
- Add option to delete messages instead of moving to Trash when in Junk folder (#1486686)
|
13 years ago |
thomascube
|
567be64c28
|
Fix if/else structure
|
13 years ago |
thomascube
|
a49a00fd30
|
Display priority in message headers block
|
13 years ago |
thomascube
|
7fe3811c65
|
Changed license to GNU GPLv3+ with exceptions for skins and plugins
|
13 years ago |
thomascube
|
c321a955a7
|
Merged devel-framework branch (r5746:5779) back into trunk
|
13 years ago |
alecpl
|
1adc70526c
|
- Use proper class name
|
13 years ago |
alecpl
|
1c4f23d6e5
|
- Exclude MIME functionality from rcube_imap class into rcube_mime class
|
13 years ago |
alecpl
|
f5d62f7157
|
- Fix bug in handling of base href and inline content (#1488290)
|
13 years ago |
thomascube
|
c8c53f4ad1
|
Make emtpy/invalid links non-clickable
|
13 years ago |
thomascube
|
f94e442469
|
Add more classes and options to HTML elements for better styleability
|
13 years ago |
alecpl
|
18ca0b6efc
|
- Skip inline images (fixes issue where images used in HTML body were displayed below the body once again)
|
13 years ago |
thomascube
|
faea23d0b4
|
More options for message headers output in templates
|
13 years ago |
thomascube
|
c7dcb30025
|
More from Larry...
|
13 years ago |
thomascube
|
854397b216
|
Better CSS url() validation
|
13 years ago |
thomascube
|
67e0c90fce
|
Add css class to add-icon
|
13 years ago |
thomascube
|
2b017e7f79
|
Allow clean background:url(...) styles in safe mode. This will make Roundcube pass the Email Standards Acid Test
|
13 years ago |
alecpl
|
b6da0b76af
|
- Remove deprecated global $IMAP variable usage (#1488148)
|
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
|
57486f6e58
|
Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)
|
13 years ago |