Modify

Opened 16 years ago

Closed 15 years ago

#94 closed enhancement (fixed)

Support for RFC 3676 (format=flowed)

Reported by: ben@… Owned by: bas
Priority: major Milestone:
Component: email2trac Version: trunk
Keywords: Cc:

Description

Most email clients wrap long lines to <80 characters. In some cases, this breaks Trac wiki formatting (when verbatim_format is off). For example:

  * This is a very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very long list item

may get incorrectly rendered as

  • This is a very very very very very very very very very very very very

very very very very very very very very very very very very very very very very very very very very long list item

Format=flowed property of plain-text email, specified in RFC 3676, deals with this problem.

The attached patch (against email2trac 0.5) implements format=flowed support.

When this patch is applied, the following should be added to [wiki/Email2tracConfiguration]:

reflow: 1 OPTIONAL, if set then soft line breaks will be removed from [format:flowed] email when creating the ticket with verbatim_format turned off

Attachments (1)

flowed.diff (2.0 KB) - added by ben@… 16 years ago.

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by ben@…

comment:1 Changed 16 years ago by bas

  • Version set to trunk

Thanks for the patch it will be applied to the trunk version, Did not know about this rfc ;-)

comment:2 Changed 15 years ago by bas

  • Status changed from new to assigned

It is now applied to the trunk version, thanks

comment:3 Changed 15 years ago by bas

  • Resolution set to fixed
  • Status changed from assigned to closed

Add Comment

Modify Ticket

Change Properties
Action
as closed The owner will remain bas.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.