alecpl
9e63e28a80
- Fix top-post signature insert error in HTML forwarded message ( #1486366 )
15 years ago
alecpl
2717f9f68e
- use proper unicode cleanup for JSON, fixes #1486356
15 years ago
alecpl
8abe5485fd
- move compose_message_body hook to better place ( #1486353 )
15 years ago
alecpl
e5d60d69d4
- Use built-in json_encode() for proper JSON format in AJAX replies (and compat. with jQuery 1.4)
15 years ago
alecpl
ceeab9ed91
- Allow setting only selected params in 'message_compose' hook ( #1486312 )
15 years ago
alecpl
a82dcd420a
- Plugin API: added 'message_compose_body' hook ( #1486285 )
15 years ago
thomascube
0207c45c90
More options for top posting feature ( #1484272 ) using patch from Phil Weir
15 years ago
alecpl
50f56d2046
- top posting ( #1484272 )
15 years ago
thomascube
01ffe03908
Hold attachment info in a js list in order to simplify things + codestyle
15 years ago
vbenincasa
3f97120cb1
- Added an alert message when uploading still in progress and the user tries to send the message
...
- Added the functionality to abort the upload process
- Changed the loading icon background to transparent, so it can be used in other templates easily
15 years ago
alecpl
ebf8726eea
- Added attachment upload indicator with parallel upload ( #1486058 )
15 years ago
vbenincasa
2b77e8daa7
- Provide some additional usability for attachments form with "mainaction" class and a slightly bigger file field (CSS width doesn't works with file field so we need to use "size" property)
15 years ago
alecpl
b48d9bf5d4
- Use faster/secure mt_rand() ( #1486094 )
15 years ago
alecpl
7df0e35210
- Check 'post_max_size' for upload max filesize ( #1486089 )
15 years ago
alecpl
80815d23e5
- Fix editor type doesn't match type of message body content ( #1486080 )
15 years ago
thomascube
76791cf3c9
Extend message_compose hook with the possibility to specify attachments
15 years ago
thomascube
75969686c2
Added 'message_compose' hook
15 years ago
alecpl
ee258ce158
- performance fix: don't check mbstring functions existence too often
16 years ago
alecpl
a01b3bf9ae
- removed hardcoded 'compose-body' identifier ( #1485996 )
16 years ago
alecpl
b05575a930
- cleanup
16 years ago
alecpl
5503cc09f1
- cleanup
16 years ago
alecpl
a640647edd
- handle big attachments with file pointers to not exceed memory_limit in rcmail_save_attachment()
16 years ago
thomascube
7d8e168cb1
Fix compose step: correctly choose html mode and attachments when in draft or edit mode
16 years ago
alecpl
21d6827c70
- fix delete icon on attachment list ( #1485921 )
16 years ago
alecpl
aae0ad8cb2
- re-set 'prefer_html' to have possibility to use html part for compose
16 years ago
alecpl
069704b170
- Added message Edit feature ( #1483891 , #1484440 ) - need icon
16 years ago
thomascube
ed205f4183
Change rcube_user::list_identities() to return an array instead of a sql-result
16 years ago
thomascube
991a25ab5d
Better icon for deleting folders + remove hard-coded icon path
16 years ago
alecpl
12217da8b3
- simplified attachments handling on reply/forward/draft compose (possible regressions)
...
- also fix #1485847
16 years ago
alecpl
3e8d8975a9
- don't use 4th argument in htmlspecialchars ( #1485475 )
16 years ago
alecpl
48958e0512
- Fix Answered/Forwarded flag setting for messages from subfolders
16 years ago
alecpl
20ccd472f7
- Fix html editor mode setting when reopening draft message ( #1485834 )
16 years ago
alecpl
23a2eec4d5
- ereg -> preg
16 years ago
alecpl
309d2f40a0
- jQuery'fied GoogieSpell 4.0 + some changes in compose
16 years ago
alecpl
1fb5874f27
- fix attachment mimetype setting after upload
...
- move style of delete button in attachment-list to mail.css file
16 years ago
alecpl
79eb4e79ed
- Fix message normal priority problem ( #1485820 )
16 years ago
alecpl
7c8b80600d
- support _nosig param in compose URL ( #1485604 )
16 years ago
thomascube
cc97ea0559
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
16 years ago
alecpl
7145e009e4
- Fix incorrect word wrapping in outgoing plaintext multibyte messages ( #1485714 )
...
- Fix double footer in HTML message with embedded images
16 years ago
alecpl
59ee6865b6
- typo
16 years ago
thomascube
0b21c888ac
Select drafts mailbox when opening a draft message
16 years ago
alecpl
ec603f7da6
- Fix html body washing on reply/forward + fix attachments handling ( #1485676 )
16 years ago
till
cbbef379a5
* bumping up copyright (happy new year ;-))
16 years ago
thomascube
d859b0ca1f
allow reply to yourself only in To field
16 years ago
thomascube
8e98f21ffc
Add empty paragraph after html reply block in order to write below + fix indentation
16 years ago
alecpl
133bb07f78
- performance: skip imap connection for attachments actions
...
- created attachments.inc file for attachment upload, remove and display actions
16 years ago
thomascube
2c8e84c1e5
Do serverside addressbook queries for autocompletion ( #1485531 ) + make autocompletion list clickable
16 years ago
alecpl
300fc65a46
- Better HTML entities conversion in html2text ( #1485519 )
16 years ago
alecpl
3e20c4b31d
- fix default spellcheck language setting ( #1485570 )
16 years ago
alecpl
b8ae5093cc
- Fix HTML editor initialization on IE ( #1485304 )
...
- move back toggle_editor function to editor.js
- merge identity and compose editor init functions
16 years ago