]> git.99rst.org Git - irssi-scripts.irssi.org.git/commit
Adds irssi perl script email_msgs.pl:
authorIgor Duarte Cardoso <redacted>
Wed, 29 Apr 2015 18:00:45 +0000 (19:00 +0100)
committerIgor Duarte Cardoso <redacted>
Thu, 30 Apr 2015 20:24:59 +0000 (21:24 +0100)
commitd79656780e7c0ad3f8cd76e8efd15b52b052c278
tree83e290966b8a0308cfc249fc9dfc8f156752cd72
parent0a0ba125acd8e929dfcd4809f900ce251b5ddc50
Adds irssi perl script email_msgs.pl:

This script is based on email_privmsgs.pl v0.5 from Adam James:
https://github.com/irssi/scripts.irssi.org/blob/ac4229402acecd02aad24e874316b9d2c6d1a9d2/scripts/email_privmsgs.pl

email_msgs.pl provides advanced features and customization options
in comparison to email_privmsgs.pl:
* support for public messages as well (with/without mentions);
* support for own messages as well;
* configuration options to select what messages should be emailed:
  - public received;
  - private received;
  - private sent;
  - public sent;
  - public mentions received.
* configuration option to choose whether the user must be away or not;
* configuration option to select message check/email interval;
* configuration option for the destination email address;
* configuration option to activate detailed info:
  - currently only to email the user's hostname (for spam tracking e.g.).
* fixed code warning related to hashes in original source.
scripts/email_msgs.pl [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT