Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: bracketName(";") parameter broken. #219

Closed
RealRaven2000 opened this issue Nov 28, 2022 · 5 comments
Closed

Regression: bracketName(";") parameter broken. #219

RealRaven2000 opened this issue Nov 28, 2022 · 5 comments
Assignees
Labels

Comments

@RealRaven2000
Copy link
Owner

Since version 3.15, the following template doesn't insert the name correctly:

%from(bracketName(";"),bracketMail(),toclipboard)%
%header.set(to,clipboard)%

Apparently when copying to clipboard the name portion is malformed, creating the following result:

<Thunder Daily> <thunderbirddaily@gmail.com>

this will insert a faulty address into the to header and as such fail.

Expected behavior:

"Thunder Daily" <thunderbirddaily@gmail.com>

@RealRaven2000 RealRaven2000 self-assigned this Nov 28, 2022
@RealRaven2000
Copy link
Owner Author

As a temporary workaround, one can use:

%from(bracketName(';'),bracketMail(),toclipboard)%

Thunderbird accepts single quotes around the name portion and will deliver the email as expected.

@RealRaven2000
Copy link
Owner Author

Found the problem. New version below:

smartTemplate-fx-3.15.2pre1.zip

To test, download the zip file and drag into Thunderbird Add-ons Manager (don't extract contents).

@SILENT-da
Copy link

I tested it, and it works! - issue is solved.
Thank you very much.

@RealRaven2000
Copy link
Owner Author

I tested it, and it works! - issue is solved. Thank you very much.

thanks for getting back to me here - you can always raise new issues here on Github - I will be automatically notified of all activity here and this is also the main place for uploading new test versions before features get released officially. I close related comments once they are released in a public version.

RealRaven2000 added a commit that referenced this issue Jan 13, 2023
@RealRaven2000
Copy link
Owner Author

RealRaven2000 commented Mar 5, 2023

Fixed in version 3.16 published on 6th of March 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants