-
Notifications
You must be signed in to change notification settings - Fork 8
Core functionality (custom headers) doesn't work at all #96
Description
At first, thank you very much for that great add-on! It looks promising,
However, in its current state (beta 4), its core functionality fails in TB 78.5.1 (64 bit):
I have about 20000 messages in a folder which all contain the following two headers: X-Bin-MAIL-FROM and X-Bin-RCPT-TO.
Thunderbird shows these headers in the header area for each message, provided I have View -> Headers -> All turned on, so I definitely know that they are there. I furthermore have verified their existence by looking into the source code for quite a lot of these messages (Ctrl + U), where I can find these headers as expected.
I wanted to see these headers' payload as column in my message pane, so I installed ColumnsWizard beta 4, went into its settings and switched to the Custom Columns tab. Then I created two custom columns like that:
Enabled Searchable ID Mail Header Column Name Tooltip
x x xbinmailfrom x-bin-mail-from Env-From Sort by Env-From
x x xbinrcptto x-bin-rcpt-to Env-To Sort by Env-To
When I went back to the folder with the messages and chose Columns to display, I indeed had the two new columns available. When I chose them, they appeared as columns in the message window as expected, besides the other columns. So far, so good, but ...
The problem is that they were completely empty. Obviously, the add-on can't extract any bit of the header data, although both headers' payload is pretty simple: It is always something like <name@my.example.com>. That is, in the messages' source code, there always is something like
X-Bin-MAIL-FROM: <sender@somewhere.com>
X-Bin-RCPT-TO: <recipient@otherplace.de>
I could very well imagine that the problem is due to the angle brackets. Whatever, I really hope that you can fix it - I was searching for an add-on like this for a very long time, and ColumnsWizard came to my attention just today.
If it would help, I could save one of these messages as .eml file and provide it here, or send it to you via PN.