Commit Graph

673 Commits

Author SHA1 Message Date
thomascube
dc1dbc478d Implemented new_messages plugin hook (#1486005) 2009-08-14 08:13:23 +00:00
thomascube
76791cf3c9 Extend message_compose hook with the possibility to specify attachments 2009-08-12 11:42:12 +00:00
thomascube
75969686c2 Added 'message_compose' hook 2009-08-10 21:32:44 +00:00
alecpl
10d0e3e0ac - oops, remove debug console call 2009-08-06 16:03:05 +00:00
alecpl
f4bf206fd4 - fix charset modification in html messages (#1486031) 2009-08-06 16:00:01 +00:00
alecpl
f05834857c - Re-designed User Preferences interface 2009-08-03 18:27:53 +00:00
alecpl
269fb829ce - revert r2819 commit removed in last commit 2009-07-31 09:13:11 +00:00
alecpl
e54bb72d30 - Added 'display_next' option 2009-07-31 09:07:54 +00:00
thomascube
24585b8ce6 Prevent from having two meta tags in html code 2009-07-31 08:14:37 +00:00
svncommit
a80b7d416c better solution for HTML washing encoding issue 2009-07-31 02:57:53 +00:00
alecpl
daa3f720bc - revert unwanted commit 2009-07-28 08:44:42 +00:00
alecpl
2337a82f72 - Fix displaying of HTML messages with unknown/malformed tags (#1486003)
- Some other changes for styled HTML display
2009-07-28 08:41:50 +00:00
alecpl
ee258ce158 - performance fix: don't check mbstring functions existence too often 2009-07-23 12:12:27 +00:00
alecpl
a01b3bf9ae - removed hardcoded 'compose-body' identifier (#1485996) 2009-07-23 06:57:20 +00:00
alecpl
92f522d897 - Fix autocomplete bugs when erasing the comma (#1485990) 2009-07-22 06:52:58 +00:00
thomascube
2a5d02ab8e Also protect GET request from CSRF 2009-07-21 16:13:42 +00:00
thomascube
5499336fef Use global request tokens and automatically protect all POST requests 2009-07-21 16:02:33 +00:00
alecpl
2c3d81dddd - use simple rcube_smtp class
- Installer: fix SMTP settings test
2009-07-21 12:31:59 +00:00
alecpl
3b7e00fbda - don't call FETCH for empty (size=0) message parts 2009-07-19 19:15:40 +00:00
alecpl
b05575a930 - cleanup 2009-07-19 09:51:47 +00:00
alecpl
5503cc09f1 - cleanup 2009-07-19 09:46:13 +00:00
alecpl
a640647edd - handle big attachments with file pointers to not exceed memory_limit in rcmail_save_attachment() 2009-07-19 09:28:30 +00:00
thomascube
881217a5c9 Force ajax calls to protect from CSRF 2009-07-16 15:01:05 +00:00
thomascube
57f0c81f2c Use request tokens to protect POST requests from CSFR 2009-07-15 09:49:35 +00:00
thomascube
d5515f64b6 Tabs! 2009-07-13 18:58:00 +00:00
alecpl
3536577bcb - improve responsiveness by flushing template output asap, also set the \Seen flag after message page display 2009-07-13 11:22:28 +00:00
alecpl
34ebe0ba2c - speed up adding of messages to the list after message move/delete 2009-07-11 13:28:56 +00:00
thomascube
7d8e168cb1 Fix compose step: correctly choose html mode and attachments when in draft or edit mode 2009-07-10 14:52:11 +00:00
thomascube
c793c6e811 Check abort flag and display error message from plugin if available 2009-07-08 08:04:50 +00:00
thomascube
08b2d93f5b Fix usage of rc_mime_content_type() 2009-07-08 07:49:58 +00:00
alecpl
65e8dff41f - if message wasn't found in preview mode display separate template 2009-07-07 17:49:52 +00:00
alecpl
ca90a9c174 - handle smtp errors in show action (when mdn is send) 2009-07-07 17:29:45 +00:00
alecpl
2818f8e9ed - Show SMTP errors in browser (#1485927) 2009-07-06 09:13:10 +00:00
alecpl
2f2bb4020b - don't create rcube_browser object twice 2009-07-05 19:25:47 +00:00
alecpl
74ceb69d11 - handle <broadcast> tag in html messages (#1485962) 2009-07-05 09:31:18 +00:00
thomascube
3ca3bd467a Add plugin hooks 'smtp_connect' and 'list_identities' (#1485954, #1485958) 2009-07-03 13:02:48 +00:00
alecpl
ecb9fb058d - use RCMAIL_CHARSET instead of hardcoded 'utf-8' 2009-06-22 16:20:34 +00:00
thomascube
5302a931ff No link on subject in IE browsers (#1484913) 2009-06-19 15:35:23 +00:00
alecpl
21d6827c70 - fix delete icon on attachment list (#1485921) 2009-06-15 18:43:20 +00:00
alecpl
aae0ad8cb2 - re-set 'prefer_html' to have possibility to use html part for compose 2009-06-11 18:47:31 +00:00
alecpl
069704b170 - Added message Edit feature (#1483891, #1484440) - need icon 2009-06-11 18:07:35 +00:00
alecpl
59c027ba5f - Fix message Etag generation for counter issues (#1485623) 2009-06-11 13:58:11 +00:00
alecpl
011b02e75b - speed up: don't count UNSEEN if mailbox is empty 2009-06-11 13:35:03 +00:00
alecpl
cd9a036856 - fix marking as DELETED with skip_deleted enabled 2009-06-11 08:40:39 +00:00
alecpl
7fd19309cc - speed up empty folder selection 2009-06-11 07:53:32 +00:00
alecpl
7c60ffbdaa - fix email address pattern for some addresses 2009-06-10 18:01:16 +00:00
alecpl
2dd7ee346f - Fixed many 'skip_deleted' issues (#1485634)
- Fixed messages list sorting on servers without SORT capability
- some preformance improvements
2009-06-10 12:07:55 +00:00
thomascube
ed205f4183 Change rcube_user::list_identities() to return an array instead of a sql-result 2009-06-09 08:18:06 +00:00
alecpl
a54242c2b1 - Colorized signatures in plain text messages 2009-06-08 07:33:54 +00:00
alecpl
6ca8274e5a - typo (#1485910) 2009-06-08 06:43:18 +00:00