received

Thunderbird add-on for displaying the "Received" header parsed with a regular expression.

BSD-3-CLAUSE License

Stars
6

Bot releases are visible (Hide)

received - 2.6.0 Latest Release

Published by moisseev 3 months ago

New Features:

  • Added "Substitute folding white spaces (FWS)" option for Thunderbird 128 Beta and later. Enabled by default to ensure compatibility with existing user configurations.

Behavior changes:

  • In Thunderbird 128 Beta, headers unfolding behavior has been updated to retain folding white spaces (FWS) instead of substituting them with spaces as in previous Thunderbird versions.
received - 2.5.3

Published by moisseev over 1 year ago

  • Remove unused load detection
received - 2.5.2

Published by moisseev over 1 year ago

  • Add support for TB 111+
received - 2.5.1

Published by moisseev over 1 year ago

  • Add negative header indices support. Negative indices count backwards from the bottom of the message.
  • Improve single line mode headers separator. Now the arrow points in mail flow direction and the box is used as a separator for out-of-order sequences. The arrow has been replaced with a heavy arrow, so it is easier to spot in a long string of text.
received - 2.4.3

Published by moisseev over 1 year ago

  • Fix multiple headers display on TB102+
received - 2.4.2

Published by moisseev about 2 years ago

  • Restore copy popup on TB100+
received - 2.4.1

Published by moisseev about 2 years ago

  • Hide Received header until its value is set
    to avoid showing header of the previous message during network/processing delay
received - 2.4.0

Published by moisseev over 2 years ago

  • Add option to remove duplicate headers. Submitted by: @the-glu
  • Add option to display all headers on a single line. Submitted by: @the-glu
received - 2.3.3

Published by moisseev over 2 years ago

  • Just update strict_max_version
received - 2.3.2

Published by moisseev over 2 years ago

  • Fix header display on TB 100.0+
received - 2.3.1

Published by moisseev over 2 years ago

  • Avoid error when there is no Received header
received - 2.3.0

Published by moisseev over 2 years ago

  • Add option to filter headers by order numbers
received - 2.2.0

Published by moisseev over 3 years ago

  • Add support for multiple capturing groups

Updating
Starting from version 2.2.0 the add-on displays header parts that matches all capturing groups of the regular expression. Previously it displayed only the first capturing group match.
Users may need to update regular expressions replacing 2nd+ capturing groups with non-capturing groups (:?…).

received - 2.1.1

Published by moisseev over 3 years ago

  • Hide header until its value is set
received - 2.1.0

Published by moisseev over 3 years ago

  • Add support for messages displayed in a window
received -

Published by moisseev over 3 years ago

  • Hide header if no matches found
received -

Published by moisseev almost 4 years ago

The add-on has been rewritten as MailExtension.

  • This breaks compatibility with previous Thunderbird versions.
  • The add-on requires full unrestricted access to Thunderbird for being able to display the Received header in the message header area.

Migration
You need to re-enter the add-on configuration settings. It is merely a single option: the regular expression.
In case you forgot it, look for extensions.received.regexp preference in the Configuration Editor (about:config page).

received - 1.0.0

Published by moisseev almost 5 years ago

  • Convert to Thunderbird 68 compatible add-on. This breaks compatibility with previous Thunderbird versions.
received - 0.2.3

Published by moisseev over 6 years ago

  • Rework inline options to preferences window since inline options are not supported anymore in Thunderbird 58+
received -

Published by moisseev almost 8 years ago

  • [CritFix] Do not download attachments if the message is stored only on the remote IMAP server