| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-04 | add copyright and license headers for GNU AGPL v3 | Alon Levy | |
| 2015-04-20 | rz_mail: reorder, cleanup misplaced test | LV-426 | |
| 2015-04-20 | rz_mail: rename send_email_message -> send_email__flask_ctx + doc | LV-426 | |
| 2015-04-20 | config: mta_host, mta_port | LV-426 | |
| 2015-03-15 | server/rz_mail: allow feedback comment to be utf-8 | Alon Levy | |
| The "MIMEMultipart" utf-8 argument is not required for $SUBJECT, but I thought it might be relevant for the recipients list eventually (it could contain utf-8 text iiuc, not in the email portion but in the additional text allowed). | |||
| 2015-02-01 | rz_mail#send_message(): rename, arg reordering, default attachments value | LV-426 | |
| 2015-01-20 | rz_mail.py: misc | LV-426 | |
| 2015-01-18 | rz_mail: import sort | LV-426 | |
| 2015-01-18 | rz_mail: send_message logging | LV-426 | |
| 2015-01-13 | server: fix rz_mail: Fixes #274; Fixes #273 | Alon Levy | |
| 2015-01-13 | server/feedback: get rid of flask-mail; left todo: filenames for attachments | Alon Levy | |
| 2015-01-13 | server: remove dependency on magic, hardcode mime types | Alon Levy | |
| 2015-01-13 | incorporate https://github.com/ivoviz/feedback | Alon Levy | |
| allows user to mark an image and send it. sends an email to configured recipient. defaults to using localhost:25 as the SMTP server (no user name, no password, see [1] for configuration parameters of flask-mail). Introduces a config parameter: FEEDBACK_RECIPIENT = feedback@localhost left TODO: 1. customize the 'thank you' text 2. document in user guide (setting MAIL_DEFAULT_SENDER correctly) [1] https://pythonhosted.org/Flask-Mail/#configuring-flask-mail | |||
