Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
A Hubot script for preparing messages that will be delivered upon the recipient's next activity (i.e. joins room, enters a message).
A Hubot script for preparing messages that will be delivered upon the recipient's next activity (i.e. joins room, enters a message).
See src/mail.coffee
for full documentation.
Install the hubot-mail module as a Hubot dependency by running:
npm install --save hubot-mail
Enable the module by adding the hubot-mail entry to your external-scripts.json
file:
[
"hubot-mail"
]
Run your bot and see below for available config / commands
Variable | Default | Description |
---|---|---|
HUBOT_MAIL_KEY | _mail | The unique key used for persistence (storing/retrieving mails from memory) |
Command | Listener ID | Description |
---|---|---|
hubot mail recipient message | mail.new | Sends a message to recipient when found available |
hubot unmail [recipient] | mail.cancel | Deletes all mail sent by you. Optionally, if recipient is specified, only mail sent to recipient by you will be deleted |
user1>> hubot mail user1 Hello world!
hubot>> user1: Are you sure you want to send a mail to yourself? Sad.
FAQs
A Hubot script for preparing messages that will be delivered upon the recipient's next activity (i.e. joins room, enters a message).
We found that hubot-mail demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.