alecpl
|
3536577bcb
|
- improve responsiveness by flushing template output asap, also set the \Seen flag after message page display
|
16 years ago |
alecpl
|
65e8dff41f
|
- if message wasn't found in preview mode display separate template
|
16 years ago |
alecpl
|
ca90a9c174
|
- handle smtp errors in show action (when mdn is send)
|
16 years ago |
alecpl
|
59c027ba5f
|
- Fix message Etag generation for counter issues (#1485623)
|
16 years ago |
alecpl
|
2dd7ee346f
|
- Fixed many 'skip_deleted' issues (#1485634)
- Fixed messages list sorting on servers without SORT capability
- some preformance improvements
|
16 years ago |
thomascube
|
a25d3969a0
|
Re-enable the permalink command (allows one to choose right-click and open-in-new-tab)
|
16 years ago |
alecpl
|
49dfb0047a
|
- Added message menu (some image needed), removed Print and Source buttons
- Added possibility to save message as .eml file (#1485861)
|
16 years ago |
thomascube
|
cc97ea0559
|
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
|
16 years ago |
alecpl
|
ec603f7da6
|
- Fix html body washing on reply/forward + fix attachments handling (#1485676)
|
16 years ago |
alecpl
|
5c771cb25e
|
- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
|
16 years ago |
till
|
cbbef379a5
|
* bumping up copyright (happy new year ;-))
|
16 years ago |
alecpl
|
2a41355776
|
- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)
|
16 years ago |
alecpl
|
14d953befc
|
- optimization: don't set first/last/prev/next uids in preview/print mode
|
16 years ago |
alecpl
|
e538b3dc7d
|
- Added message status filter + fixes for r2046 (searching with SORT)
|
16 years ago |
alecpl
|
072fdef114
|
- Don't send disposition notification receipts for messages marked as 'read' (#1485523)
|
16 years ago |
svncommit
|
c9ca6ada03
|
added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing
|
16 years ago |
alecpl
|
a88792546f
|
#1485446: calculate message's ETAG including inline_images option (for multipart messages)
|
16 years ago |
alecpl
|
112c9133bb
|
- removed deprecated rcube_add_label() and all uses
- code for 'show' action added in r1937 moved to show.inc
|
16 years ago |
alecpl
|
2cc1cac772
|
#1485442: set mailbox name in client env in mail/show action
|
16 years ago |
alecpl
|
bf2f39ea6d
|
- #1485290: Fix unread counter when displaying cached massage in preview panel
- remove some empty lines in app.js
|
16 years ago |
alecpl
|
25c35c81e1
|
- added set_message, set_message_icon and set_message_status functions
- icon setting more unified + some small fixes/typos
- get rid of *_from_preview() functions
(Thomas, don't be mad, it was truly tested ;))
|
16 years ago |
thomascube
|
203ee44470
|
Add link to open message in new window + tweaked some header styles
|
16 years ago |
thomascube
|
86d43ef6f5
|
Also report errors when automatically sending receipt messages
|
16 years ago |
alecpl
|
30694e4a12
|
- Truncate very long (above 50 characters) attachment filenames when displaying
|
16 years ago |
thomascube
|
b469a19525
|
Prevent from including empty template
|
16 years ago |
thomascube
|
ac5d15de29
|
Added template object for current mailbox name (#1485256)
|
16 years ago |
thomascube
|
5b3dd412d2
|
Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)
|
17 years ago |
alecpl
|
e58df3adc9
|
- Added option to select skin in user preferences (#1485031)
- template_exists() moved to rcube_template class
|
17 years ago |
thomascube
|
ed42ff12e7
|
Bugfix: call msg->set_safe() before checking msg->is_save
|
17 years ago |
thomascube
|
62e43d2c1a
|
Complete implementation of #1484601: add link for saving sender to address book and reload message
|
17 years ago |
alecpl
|
712b30dd2d
|
- Added option to display images in messages from known senders (#1484601)
|
17 years ago |
thomascube
|
8fa58e72a3
|
New class rcube_message representing a mail message; changed global $MESSAGE from array to object
|
17 years ago |
alecpl
|
583850d00c
|
- Corrected message headers decoding when charset isn't specified and improved
support for native languages (#1485050, #1485048)
|
17 years ago |
thomascube
|
197601ef5f
|
Next step: introduce the application class 'rcmail' and get rid of some global vars
|
17 years ago |
alecpl
|
3f5cef8666
|
- reverted r1295
- disable caching for unseen messages to allow marking as read remarked messages
|
17 years ago |
alecpl
|
f21ebb47c7
|
- added seen flag value to etag, so it allows to mark again remarked messages
|
17 years ago |
thomascube
|
47124c2279
|
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
|
17 years ago |
alecpl
|
6d2714b3b3
|
#1484972: optimization: mark as read in one action with preview, deleted redundant quota reads
|
17 years ago |
thomascube
|
17b5fb797f
|
Add configurable default charset for message decoding
|
17 years ago |
thomascube
|
ddbdb8516b
|
Fix caching issue
|
17 years ago |
thomascube
|
6726f0c369
|
Remember decision to display images for a certain message during session (#1484754)
|
17 years ago |
thomascube
|
0ea884099a
|
Make sending of read receipts configurable
|
17 years ago |
thomascube
|
df0da2e059
|
Simplified fix for remembering searches when viewing message + Don't ask for MDN confirmations on drafted messages (#1484691)
|
17 years ago |
svncommit
|
1f020b588c
|
Remember search results (closes #1483883).
|
17 years ago |
thomascube
|
7db228aa9d
|
Regard mdn flag in etag for caching
|
17 years ago |
thomascube
|
fba1f5ab81
|
New class rcube_user + send message disposition notification
|
17 years ago |
thomascube
|
ed54070eb5
|
Track message disposition notification flag and headers
|
17 years ago |
thomascube
|
c579961899
|
Fixed some potential security risks + updatedd changelog
|
17 years ago |
thomascube
|
719a257f0c
|
Some bugfixes, security issues + minor improvements
|
17 years ago |
thomascube
|
f1154163b0
|
Merged branch devel-addressbook from r443 back to trunk
|
18 years ago |
thomascube
|
ff52bee1a2
|
Solved wrong caching of message preview (#1484153, #1484236)
|
18 years ago |
thomascube
|
b3ce791561
|
Better input checking on GET and POST vars
|
18 years ago |
thomascube
|
97c8d3377c
|
Applied patch for preview caching (closes #1484186)
|
18 years ago |
thomascube
|
2bca6e1da0
|
New (strict) quoting for all kind of strings
|
18 years ago |
thomascube
|
1a98a6a5db
|
Preview pane and marking as read (#1484132)
|
18 years ago |
thomascube
|
b19097058c
|
Introducing preview pane and conditional skin tags
|
18 years ago |
svncommit
|
d170085600
|
Add first and last buttons.
|
18 years ago |
thomascube
|
ea206d3d92
|
Improved message parsing and HTML validation
|
18 years ago |
thomascube
|
8d4bcda874
|
Re-built message parsing (Bug #1327068)
|
18 years ago |
thomascube
|
078adf9da7
|
Improved usability (Ticket #1483807) and HTML validity; applied patch #1328032; fixed bug #1443200
|
19 years ago |
thomascube
|
e6f36058e7
|
Applied prev/next patch by Leonard Bouchet
|
19 years ago |
thomascube
|
8c2e58b42e
|
Minor improvements and bugfixes (see changelog)
|
19 years ago |
thomascube
|
b076a460e5
|
Finished message sorting and fixed some skin issues
|
19 years ago |
thomascube
|
30233b8dfb
|
Minor bugfixes and correction of confusing License notfications
|
19 years ago |
thomascube
|
4e17e6c9db
|
Initial revision
|
19 years ago |