Opened 5 years ago
Closed 5 years ago
#1485299 closed Bugs (fixed)
No confirmation message after MDN message was sent
| Reported by: | alec | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | User Interface | Version: | 0.2-alpha |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Confirm/error message about MDN reply send status is not displayed. Firefox 3.0.1.
Change History (4)
comment:1 Changed 5 years ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 5 years ago by alec
- Resolution fixed deleted
- Status changed from closed to reopened
Sorry but it's not working for me. When I click on message with DSN request I'm asked for confirmation. When I click 'OK' (no matter in preview mode or not) I see in console that reply is sent and I see there "this.display_message(...", but message is not displayed.
comment:3 Changed 5 years ago by alec
Now I have 'Unknown Server Error' message and this is because debug_level=8 is used. Then PEAR::Net_SMTP returns debug messages to the browser and Roundcube recognise such response as error. Maybe we should do output buffering here and display debug messages in console after ajax response headers?
comment:4 Changed 5 years ago by alec
- Resolution set to fixed
- Status changed from reopened to closed
Fixed in [dea237e2]. We don't need useless debug output from SMTP.

Works for me. Since [86d43ef6] also errors are displayed when sending receipts automatically.