- Fix newly attached files are not saved in drafts w/o editing any text (#1486202)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | =========================== |
| | | |
| | | - Fix newly attached files are not saved in drafts w/o editing any text (#1486202) |
| | | - Added attachment upload indicator with parallel upload (#1486058) |
| | | - Use default_charset for bodies of messages without charset definition (#1486187) |
| | | - Password: added cPanel driver |
| | |
| | | str += editor.getContent(); |
| | | else |
| | | str += $("[name='_message']").val(); |
| | | |
| | | |
| | | if (this.env.attachments) |
| | | for (var upload_id in this.env.attachments) |
| | | str += upload_id; |
| | | |
| | | if (save) |
| | | this.cmp_hash = str; |
| | | |
| | | |
| | | return str; |
| | | }; |
| | | |