Opened 2 years ago
Closed 2 years ago
#1487861 closed Bugs (fixed)
Format=flowed improvement
| Reported by: | alec | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.6-beta |
| Component: | PHP backend | Version: | 0.5.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Attached patch fixes the issue where unneded spaces are produced in format=flowed messages. The spaces are compliant with RFC, but other mail clients doesn't handle them properly.
The patch fixes also a small issue with signature separator handling and improves performance, by not duplicating the message in memory.
Attachments (1)
Change History (2)
Changed 2 years ago by alec
comment:1 Changed 2 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Applied in [dd0ae629].