creecros / Mailmagik

Kanboard Plugin - Send emails to Kanboard and convert to tasks or comments
MIT License
22 stars 3 forks source link

Feature request: E-Mail Adresse #23

Closed JustFxDev closed 1 year ago

JustFxDev commented 1 year ago

Hi Creecros,

sorry, it's my again.

I would like to suggest to transfer the adressing to a Task, Comment or Project from the E-Mail adress to the subject of an E-Mail. Reason:

If i send an e-mail to Task #20 i use

Task#20 <kb@mydomain.de>

Works fine. Perfect.

If i send then an e-mail to Task#21 <kb@mydomain.de> my E-Mail Client (Thunderbird and i think Outlook & Co. will do this as well) gives my

Task#20 <kb@mydomain.de>

as the target adress. This is not a simple Text. It is an e-mail field which can not simply be changed. I have then to use the local menu and choose edit E-Mail (field) grafik

and have to change this. Each time i use an other task nr. This is because the client maintains a history of used e-mail adresses.

Furthermore it seams that Task is case sensitiv on the PlugIn side. I would suggest to have this not to be case sensitive CommentOnTask and Project as well..

This PlugIn is a real time saver for working with Kanboard. Great work! Thanks!

Cheers, Fx

creecros commented 1 year ago

I just tested with Thunderbird and Outlook, and have no idea what you are talking about. Works fine for me.

image

ya, playing with this even more, i can't figure out your issue. everything works fine for me.

creecros commented 1 year ago

ya this is a horrible idea, unless @alfredbuehler disagrees. plays a large role in what emails its looking at as well, so if it has to now grab ALL emails, I dont see this as anything but negative.

alfredbuehler commented 1 year ago

This is a giant Annoyance from TB. I think, to avoid this, you have to disable the feature image and then remove all Mailmagik addresses from the address books.

Or you can create and use templates for Mailmagik mails.

For dropping the case sensitivity: strictly no.

JustFxDev commented 1 year ago

For dropping the case sensitivity: strictly no.

Ok, do not beat me.... 😄 😄 😄

Disabling collection of outgoing E-Mail adresses in Thunderbird is not an option. For me it would be ok, but the collegues...

The concept Task#26 <email@mydomain.de> has yet another disadvantage: I have to write the complete E-Mail adress each time i send something to Kanboard. Anoying. Typos occur often. Outcomplete distrubs. Even more worse with long domain names.

Thanks for all your work on that one!

Cheers, Fx

wallesch commented 1 year ago

Hello everyone,

I also have problems with addressing via the recipient address in the mail system used here (Groupwise).

In the case of system-internal e-mails, the system replaces the recipient data with the system-internal data, which cannot be changed either.

Only (external) e-mails received via smtp would allow the use of the plugin.

My suggestion: Enclose all "tags" for controlling the plugin at the beginning of the subject within square brackets.

Example: Subject: [Task#11 s:2023-03-02 d:2023-03-31 p:3]The actual subject

Would make the addressing independent of the e-mail system used and its settings.

cheers Walle

creecros commented 1 year ago

this is what I do actually, I am a typer. I type the email out every time I use it, so maybe that's why I don't understand. in fact, I'm the opposite, autocomplete annoys me.

if you parse from the subject, you will increase the time to scan the emails, considerably. it would also be a considerable rewrite of code. it would also change the behavior adversely for other people who would not want it this way.

I could provide links that can be copy/pasted for each action, if that would help. maybe even mailto: links, would help.

I will think upon this more.