38 Commits

Author SHA1 Message Date
Andrew Davis
fe020fb64b email MDL-23240 added change comments to READEME_MOODLE.txt 2010-08-09 01:33:49 +00:00
Andrew Davis
4bcb406b54 email MDL-23240 added change comments to READEME_MOODLE.txt 2010-08-09 01:33:01 +00:00
Andrew Davis
4aebb58ded email MDL-23240 commented out the use of php's quoted_printable_encode() 2010-08-08 04:34:03 +00:00
Petr Skoda
6ad1100fe4 MDL-22102 killing all CRLFs, sorry for introducing them, we need to do search replace before each commit of 3rd party lib 2010-04-19 14:42:19 +00:00
Dan Poltawski
8843e0bb3c lib/phpmailer MDL-20701 - Convert to moodle_phpmailer class
Stage 2 - We now extend phpmailer and do our customisations in our subclass
rather than directly in the original file.

Previously we modified SetLanguage(), but I have not carried that change over
because I could not see code paths where this gets executed.(See bug)

I tested the header/content of the old class vs this one and think the changes
are all carried over. (If anyone has clever thoughts for how to unit test this
mailing out it would be useful, especially for upgrading phpmailer).
2009-11-03 21:02:36 +00:00
Dan Poltawski
ed54683612 lib/phpmailer MDL-20701 - Import new phpmailer (php5 only)
Stage one of converting our existing customisations into an extended class.
This makes it easier for us to keep up to date, see our changes and remove
the bundled libraries for distros (e.g. debian).
2009-11-03 21:01:50 +00:00
stronk7
121ff1f93f Annotating some more customizations performed in PHPMailer(); merged from 19_STABLE 2009-02-23 09:09:08 +00:00
skodak
78e3908f92 MDL-18348 CVE-2007-3215 2009-02-23 07:44:03 +00:00
dongsheng
6926b00569 "MDL-16648, UTF-8 lang file for phpmailer" 2008-09-24 02:39:44 +00:00
skodak
5730323b4b MDL-12524 fixed quoting of phrases in mail header (problem with special chars in names of users); merged from MOODLE_19_STABLE 2007-12-17 21:39:03 +00:00
skodak
5afdebff2e MDL-12596 Timezone problem in PHPMailer RFCDate() Function - patch submitted by Leo Gaggl; merged from MOODLE_19_STABLE 2007-12-16 14:50:58 +00:00
skodak
531468274f MDL-5229 and MDL-6196 adding gb18030 mime header encoding; merged from MOODLE_18_STABLE 2007-03-12 08:41:28 +00:00
vyshane
40bdeceff8 Merged from 1.7. 2007-02-14 07:22:09 +00:00
skodak
810944af7f we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
stronk7
a848411a3b Notice killing... ;-) 2006-03-19 11:10:25 +00:00
stronk7
56a2b987e6 Starting NOW we are using our own encode_mimeheader() function to
generate all Moodle emails. Only applied if we are running under
$CFG->unicodedb. Tested with postfix and sendmail servers and
Thunderbird, Mail and Entourage mail clients...

Test, test, test....!
2006-03-19 02:35:50 +00:00
stronk7
fbf7e289a9 Updating phpmailer to 1.73. Some bugs solved. 2006-03-19 02:07:51 +00:00
stronk7
b4750d4d7f Updating phpmailer to 1.73. DOS linefeeds are now out. 2006-03-19 02:06:06 +00:00
stronk7
376508306e Updating phpmailer to 1.73. Language files. 2006-03-19 02:03:02 +00:00
moodler
f74a733d0d Fix for SC122 2005-05-31 04:34:06 +00:00
skodak
54318b0462 typo in comment 2005-02-06 19:23:32 +00:00
moodler
1372b482df Fixed the include to use PluginDir 2004-12-10 12:22:39 +00:00
moodler
975a33e7e7 OK, aligning this to the same as STABLE ... there's been a bit of a mixup
about this file.  It's now standard with the single addition of a constructor
to set this->PluginDir, and this is now used for the language file includes.
2004-10-02 13:11:57 +00:00
moodler
14444c5ef0 Fixing Shane's last checkin 2004-10-02 03:20:16 +00:00
ikawhero
24c54604d3 Merged changes from stable branch 2004-10-02 00:09:24 +00:00
ikawhero
5c4b19d38d Bug in path for language strings fixed 2004-10-01 04:51:05 +00:00
moodler
346d4eab7d New phpmailer 1.7.2 merged from STABLE 2004-09-25 16:02:38 +00:00
moodler
1bf4c86205 Suppress warnings on set_time_limit 2004-05-18 14:14:47 +00:00
moodler
a9688f538f Mailer handles precedence header 2004-05-07 03:25:04 +00:00
moodler
1579586ced Some blank index.html files to prevent browsing 2004-03-20 04:10:26 +00:00
moodler
125898afd2 Use the "correct" way of encoding HTML (quoted-printable) instead of
warapping it like text (which was working, but...).
2003-08-08 03:39:25 +00:00
moodler
5f14e17029 A small fix for mail boundary headers that may have been breaking some
mail programs (notably Exchange).
2003-08-07 11:42:12 +00:00
moodler
4458c8a887 I'm hopeful this is a fix for the wrapping problem ... 2003-07-28 05:53:03 +00:00
moodler
706be21465 Upgraded phpmailer to 1.70 2003-07-27 13:26:07 +00:00
martin
1184a03bf0 This is part of the phpmailer distribution 2002-05-24 06:48:29 +00:00
martin
0b821adfdc Upgraded to phpmailer 1.60 2002-05-18 06:54:12 +00:00
martin
d2e378fb0b Added Moodle into the X-Mailer: header 2002-05-18 06:36:51 +00:00
martin
c1ccd3dd87 Added full source distribution of phpmailer 2002-05-18 05:17:47 +00:00