Commit Graph

64 Commits

Author SHA1 Message Date
Dave Conway-Jones 7113598098
Bump email deps 2018-12-07 23:30:57 +00:00
Dave Conway-Jones 5f22603beb
Email node - Catch bad IMAP folder error to close #495 2018-10-26 17:00:27 +01:00
Dave Conway-Jones a9a4ef9bf9
bump rbe, email, twitter nodes 2018-10-24 15:31:11 +01:00
Kazuhito Yokoi f97a59b3e3 Update Japanese messages (#499)
* Update Japanese messages

* Fix URL
2018-10-24 12:28:38 +01:00
Dave Conway-Jones 28b143f0bf
move to MIT version of mailparser 2018-09-11 09:09:01 -04:00
Dave Conway-Jones a2b9097613
Email node - report when on old node.js 2018-09-04 18:51:20 +01:00
Dave Conway-Jones 649f9f2fbf
Bump email node for pr attachment errors fix 2018-09-03 20:06:36 +01:00
Tom Brusehaver 337588e7ab Fix for Email In Node Crashed Node-RED (#471)
When attachments aren't correct.
2018-09-03 19:56:36 +01:00
Dave Conway-Jones 52df7cb30f
Fix email msg cloning
to close #442
to close  #461
2018-08-30 13:05:39 +01:00
Schreck1985 45e4c6d9d4 Node red mail usetls (#480)
* Default value for tls, checking if tls is set to false
2018-08-22 13:57:42 +01:00
Kazuhito Yokoi 6ebe49cd70 Fix space bug in Japanese node's information (#445) 2018-05-24 10:24:58 +01:00
Dave Conway-Jones 34a1351edc
tidy overall readme 2018-05-02 10:11:49 +01:00
Dave Conway-Jones ae6cfcec2d
update readme for email node 2018-05-01 22:06:54 +01:00
Christopher Hiller 360d71f84b upgrade nodemailer; closes #439 (#440)
* upgrade nodemailer
- update documentation(s)
- add/update `package-lock.json`(s)
- add `engines` field(s)
* remove Node.js v4 from build matrix
* bump major version of node-red-node-email to v1.0.0
2018-05-01 21:31:22 +01:00
Nick O'Leary f033a383b9
Ensure email refresh interval doesn't exceed setInterval limit 2018-04-16 13:35:05 +01:00
Dave Conway-Jones 025f97206f
tidy some labels 2018-04-14 22:43:14 +01:00
Dave Conway-Jones 4679077760
Make extra node names more consistent i18n wise 2018-03-30 14:50:51 +01:00
Dave Conway-Jones 4a8f071c91
bump email, feed parser, twilio, sqlite, rbe packages 2018-03-29 09:34:31 +01:00
Hiroyasu Nishiyama 8ea3969714 Japanese translation of info text for twitter/feedparse/email/rbe nodes (#421)
* add Japanese info text of twitter node

* add Japanese info text of feedparse node

* add Japanese info text of email node

* add Japanese info text of rbe node

* minor fix of Japanese info text of email node

* minor fix of Japanese info text of email node
2018-03-29 08:49:30 +01:00
Dave Conway-Jones 74d51f5a79
Tiny tidy of email node
really needs a proper re-write…
2018-03-20 19:04:42 +00:00
Dave Conway-Jones dbff575e24
bump email package.json 2017-07-18 20:32:50 +01:00
Kazuhito Yokoi c6f8b7ee76 Modify messages in e-mail node to refer to language files (#343)
thanks @kazuhitoyokoi
2017-07-12 18:16:43 +01:00
Dave Conway-Jones 3c3b344942
bump packages on nom with Japanese translations 2017-05-31 20:44:33 +01:00
Kazuhito Yokoi 412d71701d Add Japanese translation files(61-email.json, 27-twitter.json) (#323)
* Add Japanese translation file for e-mail(61-email.json)

* Add Japanese translation file for twitter(27-twitter.json)
2017-05-31 20:37:00 +01:00
Dave Conway-Jones 47520ea5aa email node - put description before attached file. 2017-04-03 18:02:17 +01:00
Dave Conway-Jones dc1ca765ec add missing header property from email in node
to close #281
Thanks @obook
2017-02-22 17:55:46 +00:00
Dave Conway-Jones a4eaf55961 bump email package version on npm
better fix from @timolehto
2017-02-21 13:07:42 +00:00
timolehto f15f8598f3 Fixes smtp/auth bug: https://github.com/node-red/node-red-nodes/issues/279 (#280) 2017-02-21 13:00:21 +00:00
Dave Conway-Jones 6ace40c1f2 re-add auth to email out...
apologies all round
2017-02-21 12:23:47 +00:00
Yohann Ciurlik 8e001fcd45 Adding No Auth support to social email out node (#277)
* Let email out node connect to SMTP without authentication

Add the possibility to connect to local SMTP without authentication.

* Adapt test to connect to SMTP without credentials

Adapt test to connect to SMTP without credentials

* Add coverage for social email out node

Add coverage for social email out node

* Add more coverage to email out node

Add more coverage to email out node
2017-02-15 18:33:05 +00:00
Dave Conway-Jones 367237d946 Let email out node set secure connection explicitly
to close #1148
2017-02-13 22:43:43 +00:00
wbchn fa781d6e1a fix email login error when using pop3 method (#272)
Thanks for spotting this (and fixing it !)
2017-02-04 17:06:19 +00:00
Dave Conway-Jones 316a2fd272 Re-lint a load of nodes 2017-01-29 17:45:44 +00:00
Dave Conway-Jones fa51c8fb36 Fix email read flag scoping issue
to close #265
2016-12-21 17:17:35 +00:00
Dave Conway-Jones a0b95fe659 set email default to read (as was previously happening) 2016-12-12 21:14:32 +00:00
Dave Conway-Jones 0d0df5cef9 Add to, cc and bcc fields to incoming msg
To close #258 and to fix #260
2016-12-12 21:10:36 +00:00
Dave Conway-Jones a7247e898a Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
Dave Conway-Jones 677864482e Bump email node version 2016-08-03 09:01:28 +01:00
Mike Sparr 17255b7bbf Fixed #222 - RFC error with invalid FROM address with userid conf (#223)
* Fixed #222 - RFC error with invalide FROM address forcing userid config value

* Added user help text for #222 fix and pull request

* Fixing tab spacing for #222 fix before pull request acceptance
2016-08-03 08:55:39 +01:00
Dave Conway-Jones c830e461ea Bump email node package version
should have been part of previous fix…. darn.
2016-06-27 12:03:31 +01:00
Dave Conway-Jones 4c589f14f5 Allow Email node to select folder other than INBOX
Closes #215
Thanks to @aamol for spotting
2016-06-27 12:01:29 +01:00
Dave Conway-Jones 49692b3255 Better email node parsing (again) 2016-06-12 17:04:07 +01:00
Dave Conway-Jones f91b7c4630 updates to email node to better handle
different mail types. Still not great - but does the basics…  To close
#210 for now
2016-06-07 15:57:40 +01:00
Dave Conway-Jones b6f45ef8d4 Add cc and bcc options to email node
to close #209
2016-06-03 16:14:20 +01:00
Dave Conway-Jones b23cf0b788 add envelope to email node options
as part of node-red#875
2016-05-19 10:13:47 +01:00
Dave Conway-Jones ae3d6a6874 and update email node libs - bump version 2016-04-20 20:03:46 +01:00
Dave Conway-Jones 1cfb5f403d tidy up email listing - no code changes 2016-04-20 19:54:44 +01:00
Neil Kolban 3107080b19 Email rework (#195)
* Rework of Node-RED email nodes
2016-04-20 19:47:23 +01:00
Dave Conway-Jones eff8327971 Info/Doc style updates to core/pi nodes 2016-03-02 13:27:52 +00:00
Dave Conway-Jones 734fbe2adb Add mention of SSL to email nodes info 2016-02-26 22:01:04 +00:00