No description
Find a file
Chinmay D. Pai ff39b6ae5f
fix: email encoding issue inside email queue
email addresses get formatted incorrectly inside the email queue,
causing emails to be sent with encoded-words addresses instead of
proper, human readable email addresses. this particularly happens when
the address has special and accented characters. an example of
encoded-words address looks like:

=?utf-8?q?=C3=A1dministr=C3=A1tor?= <admin@example.com>

instead of something like:

ádministrátor <admin@example.com>

another issue that causes this is validations that strip html tags from
field when ignore_xss_filter is not set in a docfield. setting
ignore_xss_filter for the email field inside email queue fixes
this issue.

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-17 16:24:31 +05:30
.github chore: Update readme logo 2020-07-07 13:05:55 +05:30
.travis fix: Don't pass errored subprocess build 2020-06-18 09:38:47 +05:30
ci add my_config patch to travis 2014-10-12 18:54:44 +05:30
cypress Merge pull request #10576 from ruchamahabal/fix-duration-options 2020-06-10 05:59:59 +00:00
frappe fix: email encoding issue inside email queue 2020-07-17 16:24:31 +05:30
rollup fix: Remove all traces of Tailwind from codebase😢 2020-05-11 16:44:45 +05:30
.codacy.yml fix(minor): rename "queue" to "frequency" 2019-11-07 12:14:09 +05:30
.deepsource.toml chore: Add Deepsource 2019-10-26 18:28:11 +05:30
.eslintignore Added files in .eslintignore, updated globals 2017-06-02 15:00:15 +05:30
.eslintrc feat: add name validation to data fieldtype 2020-04-21 15:49:55 +05:30
.gitignore fix: Undo gitignore entry 2019-02-26 16:54:55 +05:30
.mergify.yml chore: Mergify configuration update (#10862) 2020-06-30 09:26:49 +05:30
.pylintrc reactor(scheduler): created "Scheduler Job Type" and cleaned up scheduler 2019-11-07 12:14:09 +05:30
.snyk fix: .snyk & package.json to reduce vulnerabilities 2020-05-01 04:32:34 +05:30
.travis.yml fix: travis builds checks (via Python instead) (#10659) 2020-06-12 10:07:11 +05:30
attributions.md Non Pour Accent! (#5427) 2018-04-10 22:53:42 -08:00
bandit.yml fix(tests): tests and linting 2019-02-13 16:50:34 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-09-12 09:14:34 +05:30
CODEOWNERS chore(CODEOWNERS): update and style 2020-05-05 13:23:13 +05:30
cypress.json fix (cypress): set default command timeout to 20 seconds 2020-05-20 23:29:30 +05:30
generate_bootstrap_theme.js fix: Common scss options for theme generator and rollup scss 2019-02-19 18:04:56 +05:30
hooks.md Non Pour Accent! (#5427) 2018-04-10 22:53:42 -08:00
LICENSE Update LICENSE 2018-04-12 17:27:20 +05:30
Makefile [NEW] Makefile to clean cache without restart 2018-03-08 15:18:32 +05:30
node_utils.js feat(build): Log build errors in browser console (#5932) 2018-08-07 14:42:39 +05:30
package.json feat: update frappe charts 2020-07-07 23:22:09 +05:30
README.md chore: Update readme logo 2020-07-07 13:05:55 +05:30
requirements.txt feat: Bench command to open ngrok tunnel (#11024) 2020-07-16 17:05:08 +05:30
SECURITY.md chore: updated Security policy and issue template 2019-10-12 12:06:36 +05:30
setup.py chore: set python_requires to >=3.6 2020-05-13 02:03:12 +05:30
socketio.js style: missing semicolons 2020-06-18 14:50:45 +05:30
yarn.lock feat: update frappe charts 2020-07-07 23:22:09 +05:30


a web framework with "batteries included"

it's pronounced - fra-pay

Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for ERPNext

Table of Contents

Installation

Install via Frappe Bench

Contributing

  1. Pull Request Requirements
  2. Translations

Website

For details and documentation, see the website https://frappeframework.com

License

This repository has been released under the MIT License.