summaryrefslogtreecommitdiff
path: root/plugins/mail
AgeCommit message (Expand)Author
2021-03-01hide version for bundled plugins because it's meaningless; for everything els...Andrew Dolgov
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
2021-02-19migrate xhrJson invocations to the new helperAndrew Dolgov
2021-02-18shorten many invocations of Ajax.Request in inline form methodsAndrew Dolgov
2021-02-17 * add (disabled) shortcut syntax for plugin methodsAndrew Dolgov
2021-02-17delete unused mail .pngsAndrew Dolgov
2021-02-17mail, mailto: cleanup markupAndrew Dolgov
2021-02-17plugins: load dialogs via xhr instead of httpAndrew Dolgov
2021-02-16rework controls to accept parameters as arrayAndrew Dolgov
2021-02-16replace print_hidden with hidden_tagAndrew Dolgov
2021-02-16add namespaced controls with unified naming; deprecated old-style control sho...Andrew Dolgov
2021-02-14render headline-specific toolbar on the clientAndrew Dolgov
2021-02-12* OPML import: don't reload everything, just feed treeAndrew Dolgov
2021-02-12* customizeCSS: client dialogAndrew Dolgov
2020-03-13allow overriding built-in templates via templates.localAndrew Dolgov
2019-02-22dialogs: use semantic markup instead of dlgsec stuffAndrew Dolgov
2018-12-06plugins/mail, mailto: update iconsAndrew Dolgov
2018-12-06add icons to accordion panels in preferencesAndrew Dolgov
2018-12-03plugins: mail, mailto: remove code from global contextAndrew Dolgov
2018-12-03refactor error reporting to AppBase; keep exception_error() for now as a shimAndrew Dolgov
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-02move some more stuff out of common.jsAndrew Dolgov
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 M...Andrew Dolgov
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
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 o...Andrew Dolgov
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
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
2013-05-29added a personalized email template. if the file:justauser
2013-05-29changed the preg_split to explode per fox. fixed the template tojustauser
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 SMTP_S...justauser
2013-04-19plugins: bump API versionAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov