Check and Send 0.8.00b7 is available for download now.
This version includes changes of an alert for a recipients' name correction.
I think it is getting stable now. So, changes of functionalities will be freezed soon.
Please tell me if you find problems or have features you want to add.
Mar 15, 2008
Subscribe to:
Post Comments (Atom)
Popular Posts
-
This is support and discussion thread about my add-ons. Please feel free to post your comments here, including feature requests, questions a...
-
Thunderbird 78 removes customization of message header toolbar. Toolbar buttons occupy large area of the header. It is filed as the followin...
-
I start to convert my legacy add-ons into MailExtensions ones to support forthcoming Thunderbird 78, where legacy add-ons will not be sup...
-
I've started to work for making my add-ons compatible with Thunderbird3. I'll update this post when test versions are available. Ple...
-
Google has started to provied new APIs to manage contact groups in Google Contacts. Google Contacts 0.2.10 , which is available for downloa...
-
Check and Send v2.0.0 is available. It is fully re-written in Mail Extensions mechanism to support forthcoming Thunderbird 78. It does no...
-
As you may know, MailExtensions, the new Thunderbird add-on framework, has a lot of limitations. I've almost given up to convert Tag T...
-
Message Header Toolbar Customize 2.1.0 is now available for download. This version adds new functionalities that Thunderbird 68 does not hav...
-
Now Thunderbird will be updated monthly. Due to the change, add-ons are disabled with the monthly update. It is hard to making compatible ad...
-
Google Contacts 0.2.40 is available for download now. This version includes fix of serious crashing bugs. So, please update it as soon as ...
7 comments:
Is possible customize/extend the extension to classify automatically the mails by append a predefined text in subject ? J have this requirements and now use this extension (to verify the presence/absence of words in subject) and custombuttons (to insert text). Ideal is have this in one only - and customizable - extension : this.
In few word with another tab in extension option named "classify" :
"default_internal" : check (on/off) + textstring to append in subject for mail sent at the same my domain (i.e. subject+" - INTERNAL USE")
"default_external" : check (on/off) + textstring for addresses with other domains than my (i.e. subject+" - CONFIDENZIAL")
J think that this new feauture can have many person interested to use and enanchement.
Best Regards
Hi; I don't know if this is possible already, but I would like to prevent sending to a particular recipient address (maybe by regex) from one of my identities, no matter what is in the content. Can that be done?
-- Gary Oberbrunner
For the post at March 28, 2008 9:56 PM:
The aim of the extension is to confirm that it is really OK to send a message; to classify is out of the aim.
IMHO, your current flow, add a text then check it by the extension, is better than the flow you proposed because the current flow includes a check by your eyes. The extension is just an assistant.
To garyo:
One possible solution is to make an address book consists of addresses to which you don't want to send a message and set to confirm if a message will be sent to the addresses in the address book.
A regular expression cannot be used for a recipients check so far. I'll mull over it.
Hi
I'm trying to use regular expressions when checking mail for attachments.
Is the following entry valid?
attach|\Wfiles?\W|\Wphoto|\Where\s+is|\Where\s+are|\Where\s+it\s+is|enclose|\Wdraft|\Wversion
This triggers on "attachment", but not on "here is", although it should, AFAIK!
Thanks
Sorry for bothering you. I actually used a wrong regular expression.
This one works better:
attach|\bfiles?\b|\bphoto|\bhere\s+is|\bhere\s+are|\bhere\s+it\s+is|enclose|\bdraft|\bversion
Issue solved :)
And thanks again for this very powerful extension.
No problem. Thank you for the post.
It will be valuable information for other users.
Check and Send can interpret only JavaScript's regular expression. Please refer to the document for details.
Post a Comment