Forum Moderators: LifeinAsia
Obviously, any change in the e-mail content or header will have an effect through my scripts, usually with undesirable results. There is a change in the way that Thunderbird sends header information to a text file, and I'm pretty sure that I can change this header, but I don't know where. Right now it's being manually edited before processing occurs.
If possible I would prefer to change the header instead of my scripts. The reason is that I run similar scripts on two servers, and right now everything is running well.
Is this as simple as locating the correct js file and editing the format?
Here's a sampling of what I intend to change. The first is the Thunderbird header, and the second is what my scripts expect.
Subject:
[domain] Web Site Order: OnlineOrder_99999
From:
someone@customer.dot
Date:
Sun, 16 Apr 2006 09:15:01 -0600
To:
sales@mydomain.com
From: someone@customer.dot
Sent: Sunday, April 16, 2009 9:15 AM
To: sales@mydomain.com
Subject: [domain] Web Site Order: OnlineOrder_99999
I've been looking at the most obvious source to solve my problem, but so far haven't come up with a solution. Does anyone here know enough about Mozilla to tell me if I can modify a jar file to change the order and appearance of headers when I save a message as a text file? I would also like to change the default file type to TXT when I perform a Save As on a message. Possible? I seems like it would be...