Ghost/core/server
Yury Michurin 198017d1a7 Workaround for outlook, who doesn't like quoted-printable encoding
For example, outlook 2013 plus would not interpert the following html
(encoded via quoted-printable encoding):
<a href=3D=22http://engineering=
.como.com/ghost/signup/MTQxNTcwNzM5MTYwN3x5dXJ5QG5peC5jby5pbHx3NVBmUUN4RGZr=
cGhKc3FPOElybXNZNWtzR0FMTU9tRFI5UlNyRWQ4SGJZPQ=3D=3D/=22 style=3D=22color:
=

The workournd forces node-mailer to user base64, which outlook understands
well.
2014-10-28 15:03:32 +02:00
..
api Accept Invitation: Generate Slug from Name 2014-10-13 08:35:08 -04:00
apps Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
config Enable :author as permalink option 2014-10-25 18:15:24 -07:00
controllers Enable :author as permalink option 2014-10-25 18:15:24 -07:00
data Follow symlinks when resolving theme paths. 2014-10-02 13:37:18 +00:00
email-templates Fixed email copy grammatical errors 2014-09-29 16:04:02 +02:00
errors Deprecated mail.fromaddress, mail.from is Title <email@address> 2014-09-23 09:33:20 +01:00
helpers Escapes strings 2014-10-24 19:22:37 +02:00
middleware Properly server shared files 2014-09-25 14:14:20 +02:00
models Merge pull request #4220 from felixrieseberg/iss4211 2014-10-16 21:23:50 +03:00
permissions Naming cleanup 2014-09-20 21:09:16 +02:00
routes Have /ghost use its own express instance 2014-09-19 08:57:13 +00:00
storage Naming cleanup 2014-09-20 21:09:16 +02:00
utils Add checks for packages and contentPath to startup 2014-09-22 21:27:34 +00:00
views Fix ghost-ui reference 2014-09-19 18:31:21 +00:00
filters.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
ghost-server.js Updating messages to use errors module 2014-09-23 19:55:07 +01:00
index.js Refactor helpers & tests into individual files 2014-10-14 22:52:40 +02:00
mail.js Workaround for outlook, who doesn't like quoted-printable encoding 2014-10-28 15:03:32 +02:00
require-tree.js Follow symlinks when resolving theme paths. 2014-10-02 13:37:18 +00:00
update-check.js Delay updateCheck to +24h on error 2014-09-19 17:10:30 +02:00
xmlrpc.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00