I installed coloredemail zimlet an it's really cool; it would be nice to be able to set a color not only for individual email address but also for generic domain (e.g. *@acme.com) so that all email address of that domain get the same color
I installed coloredemail zimlet an it's really cool; it would be nice to be able to set a color not only for individual email address but also for generic domain (e.g. *@acme.com) so that all email address of that domain get the same color
Welcome to the forums
Feel free to expand the tar archive and modify it to your preference.
that's a good idea. will you develope that function? I'll wait to use your product
I meant why not yourself give it a goyou can then feed it back to the community
![]()
I'm not a javascript expert expecially about zimlets, but I can try; it would be nice if someone could put me in the right direction
I did it ! at line 187 insert the following lines and that's it:
To let the user know it's possible to use domain, at line 305 change the line with:Code:// if not found a specific address try to search for the domain (including @) var emlparts = eml.split("@"); var colors = this._cEmail_manualAddedEmailsArray["@" + emlparts[1]]; if (colors) { return colors; }
I hope this could be helpful to others.Code:html[i++] = "<TR><TD width='24%'>Email, domain (with @) or Tag name:</TD>";
There are currently 1 users browsing this thread. (0 members and 1 guests)