73 Commits

Author SHA1 Message Date
Matteo Manzinello
671a2cf8c9 gulp 2019-05-21 20:23:10 +02:00
Matteo Manzinello
1a3e648492 v0.4.2 2019-05-21 17:04:29 +02:00
Matteo Manzinello
cf96d68035 gulp 2019-05-21 12:28:34 +02:00
Matteo Manzinello
23493532c1 fix error in README (version), v0.4.1 2019-05-21 11:33:51 +02:00
Matteo Manzinello
92f061f87c shorthand helper functions 2019-05-21 09:20:51 +02:00
Matteo Manzinello
eec0f14a35 actions object 2019-05-21 09:13:13 +02:00
Matteo Manzinello
a1b5f0e14c v0.4.0 2019-05-20 18:09:57 +02:00
Matteo Manzinello
d3744575c1 keyboard commands added! g=gmail, o=outlook, spacebarORenter=default, c=copy 2019-05-20 18:05:42 +02:00
Matteo Manzinello
2a34df709f changed gmail and outlook, now open new tab 2019-05-20 17:54:45 +02:00
Matteo Manzinello
20e3d93964 v.0.3.3 2019-05-17 10:32:37 +02:00
Matteo Manzinello
ae33ab4419 fix css, modified text of open in open default 2019-05-17 10:31:42 +02:00
Matteo Manzinello
8dcee1ffc5 build 0.3.2 2019-05-15 19:31:02 +02:00
Matteo Manzinello
f64250cb31 css fix, changed some classes (outlook,gmail and default) 2019-05-15 19:28:14 +02:00
Matteo Manzinello
bd8956e604 fix babel 2019-05-15 19:18:12 +02:00
Matteo Manzinello
f14de7320f test with gulp and babel 2019-05-15 09:31:45 +02:00
Matteo Manzinello
62170ecf4c added gulp-babel 2019-05-15 09:23:06 +02:00
Matteo Manzinello
4a402b1871 gulp 2019-05-13 12:43:46 +02:00
Matteo Manzinello
1f3510122f gulp 2019-05-13 12:11:06 +02:00
Matteo Manzinello
5240720449 switch case for mailgoKeydown 2019-05-12 13:13:51 +02:00
Matteo Manzinello
d00d0e7149 refactor of keydown event (for future enhancements and features) 2019-05-12 12:28:21 +02:00
Matteo Manzinello
ec515f6a06 added a new possibility to enable mailgo, with the attribute mailgo in the a element 2019-05-12 12:23:23 +02:00
Matteo Manzinello
e735733099 fix error with href=#mailgo 2019-05-12 12:21:38 +02:00
Matteo Manzinello
dd25a843c3 FIX issue z-index Safari 2019-05-12 00:27:20 +02:00
Matteo Manzinello
6daffab8bf added a lot of comments 2019-05-12 00:21:38 +02:00
Matteo Manzinello
c981beb50f introduction of getE 2019-05-12 00:05:52 +02:00
Matteo Manzinello
41b14b5ad8 a lot of fix of the new mailgo that intercepts all the mailto links 2019-05-12 00:02:20 +02:00
Matteo Manzinello
cc62f544c2 code completely rewritten with full support to SPA, html of modal more simple, a lot of CSS problems solved 2019-05-11 19:09:41 +02:00
Matteo Manzinello
56e7d2bcd0 functions showMailgo and hideMailgo 2019-05-11 10:03:51 +02:00
Matteo Manzinello
71df7e916a change the visibility of the modal (now in js, not in css) 2019-05-11 00:28:32 +02:00
Berkowitz
0f82f4865f event listener for esc keypress 2019-05-10 15:01:48 -04:00
Matteo Manzinello
70662fee62 release v0.2.8 2019-05-10 16:27:28 +02:00
Matteo Manzinello
521b0ff8a1
Merge branch 'master' into patch-0 2019-05-10 16:18:07 +02:00
Matteo Manzinello
16bb615428 gulp 2019-05-10 16:03:44 +02:00
Mike Samuel
f14e07636f
Cleanup some encoding and content generation issues
*  Match "mailto:" case-insensitively
*  Decode mailto: param to properly handle email addresses that contain
   non-ASCII characters.
*  Encode email address before crafting mailto: URL so that emails that
   contain '#' work properly and do not cut off URL parameters when later
   generating URLs for Gmail, Outlook, etc.
*  URL Encode email when generating URLs for Gmail, Outlook, etc. so
   that a crafted email address cannot specify extra parameters to those
   services.
*  Don't append '?' to outlook email address.
*  Rename encrypt to encode since "encrypt" implies hard-to-reverse
   which btoa is not.
*  Assign to textContent instead of innerHTML to make it obvious to
   security linters that the library does not use XSS-risky patterns.
2019-05-10 09:52:21 -04:00
Matteo Manzinello
2946134efb gulp 2019-05-10 15:21:29 +02:00
Matteo Manzinello
0bdf4c1301 gulp 2019-05-09 21:34:41 +02:00
Matteo Manzinello
27fc32ef8d v0.2.6 2019-05-09 21:34:32 +02:00
Matteo Manzinello
3a1efd8daf MAILGO_VERSION dynamically managed by gulp 2019-05-09 14:52:24 +02:00
Matteo Manzinello
9570993165 build 2019-05-09 13:22:49 +02:00
Matteo Manzinello
0590513806 gulp 2019-05-09 12:06:41 +02:00
Matteo Manzinello
d43d098cbc aggiunta version (per ora statica) 2019-05-09 11:40:00 +02:00
Matteo Manzinello
03f216f5c8 gulp 2019-05-09 09:59:13 +02:00
Matteo Manzinello
b00bd27776 aggiunta funzionalità di encryption-decryption dell'email per evitare lo spam (WIP) 2019-05-09 09:23:12 +02:00
Matteo Manzinello
a6456d9045 gulp 2019-05-08 13:34:10 +02:00
Matteo Manzinello
6bb00abb63 aggiunto gulp-csso 2019-05-08 13:31:12 +02:00
Matteo Manzinello
9dd5a4f8ba arrow functions 2019-05-07 21:33:39 +02:00
Matteo Manzinello
12e69e8a85 gulp 2019-05-07 14:44:14 +02:00
Matteo Manzinello
ee2fcac951 aumentato lo z-index per problemi di css (WIP) 2019-05-07 12:52:46 +02:00
Matteo Manzinello
e7845f8c46 gulp 2019-05-06 19:13:28 +02:00
Matteo Manzinello
69bc1f2155 aggiunto timeout 2019-05-06 19:10:11 +02:00