- Fix confirmation message isn't displayed after sending mail on Chrome (#1486177)
| | |
| | | - Fix mailto optional params in plain text messages aren't handled (#1487026) |
| | | - Add Reply-to-List feature (#1484252) |
| | | - Add Mail-Followup-To/Mail-Reply-To support (#1485547) |
| | | - Fix confirmation message isn't displayed after sending mail on Chrome (#1486177) |
| | | |
| | | RELEASE 0.4.1 |
| | | ------------- |
| | |
| | | |
| | | this.sent_successfully = function(type, msg) |
| | | { |
| | | this.list_mailbox(); |
| | | this.display_message(msg, type, true); |
| | | // before redirect we need to wait some time for Chrome (#1486177) |
| | | window.setTimeout(function(){ ref.list_mailbox(); }, 500); |
| | | }; |
| | | |
| | | |