summaryrefslogtreecommitdiff
path: root/plugins/mail
AgeCommit message (Collapse)Author
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-02move some more stuff out of common.jsAndrew Dolgov
rework client-side cookie functions a bit limit dojo cachebust based on server scripts modification time remove param_escape()
2018-12-02edit phrasing of some alert()sAndrew Dolgov
2018-12-02Article, Headlines: shorten several method namesAndrew Dolgov
2018-12-01further effocts to wrap JS stuff into objectsAndrew Dolgov
2018-11-30plugins: add some xhrPost refactoringAndrew Dolgov
2018-11-22mailer: split to/from name/addressesAndrew Dolgov
2018-11-22remove PHPMailer and related directives from config.php-dist; add pluggable ↵Andrew Dolgov
Mailer class
2018-11-03php: remove trailing whitespacesAndrew Dolgov
2018-01-01Fix missing parenthesis.Dave Z
2018-01-01Fix PDO query in mail plugin.Dave Z
2017-12-03plugins/mail: use PDOAndrew Dolgov
2017-04-26update phpmd ruleset to use (subset) of cleancodeAndrew Dolgov
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2017-01-04mail plugin: i guess rows= on dijit text areas doesn't work nowAndrew Dolgov
2015-08-11minor textarea fixesAndrew Dolgov
2014-08-26mail plugin: use dijit.form.ComboBox to allow random email input instead of ↵Andrew Dolgov
only predefined ones
2014-08-06mail plugin: fix typoAndrew Dolgov
2014-08-06mail plugin: use system from addressAndrew Dolgov
2014-07-02mail plugin: destination dropdown css fixAndrew Dolgov
2014-07-02mail plugin: cleanup disabled completion, add configurable destination email ↵Andrew Dolgov
list
2014-07-02mail plugin: only mail unique articlesAndrew Dolgov
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-05-30Revert "added a personalized email template. if the file:"Andrew Dolgov
This reverts commit f766373271b4d388597f95ef2a55d028fcbca8f1.
2013-05-29added a personalized email template. if the file:justauser
my_email_article_template.txt exists it will be used, otherwise the default will be used
2013-05-29changed the preg_split to explode per fox. fixed the template tojustauser
have a block for note and only include if there is a note
2013-05-27Added the note text to the body of the email sending articlesjustauser
2013-05-26Changes to support a new version of the phpmailer. Adds a new setting ↵justauser
SMTP_SECURE, which cna have a value of tls, ssl or be empty. This is used for secure SMTP servers. Also added the ability to have multiple email addresses in the to field. Addresses are separated by semicolons (;)
2013-04-19plugins: bump API versionAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-16ttrssMailer: actually use OOP properlyAndrew Dolgov
2013-04-16mail plugin: fix blank From: headerAndrew Dolgov
2013-04-03plugins/mail: remove secretkey stuffAndrew Dolgov
2013-03-22Merge pull request #73 from derekmurawsky/dmChangesAndrew Dolgov
Centralized mail handling per post on google + community.
2013-03-22Additions:derekmurawsky
classes/trssmailer.php - Created class TTRSS mailer which extends phpmailer and sets the default mail settings upon instantiation. Class includes quickmail function that allows for a quick email send with no extra configurion necessary. Changes: config.php-dist - Added the smtp port option include/digest.php - Converted it to use the new ttrrssmailer class include/sanity_config.php - Added the smtp port option to the sanity check plugins/mail/init.php - Modified to use ttrssmailer class. This particular configuration shows a hybrid use case. register.php = Modified to use ttrssmailer class. All code was tested and functioned on my local machine.
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-03-20remove deprecated theme_image()Joschasa
2013-03-19undeprecate mail pluginAndrew Dolgov
2013-03-19implement mail plugin using mailto: links; deprecate mail pluginAndrew Dolgov
2012-12-30rename plugin main class filesAndrew Dolgov
2012-12-25plugins cleanup, update descriptionsAndrew Dolgov
2012-12-25more work on user-selectable plugins; properly process system and user pluginsAndrew Dolgov
2012-12-24add -list-plugins option; about sections to pluginsAndrew Dolgov
2012-12-23add and check plugin base classAndrew Dolgov
2012-12-23experimental new plugin systemAndrew Dolgov