| #
348e3c03 |
| 30-Sep-2007 |
Chris Smith <chris@jalakai.co.uk> |
corrections for earlier MAIL_MESSAGE_SEND patch :)
darcs-hash:20070930124603-d26fc-599122159a088c92dbbe3ed3fb10dc376d40c54e.gz
|
| #
1986aa9e |
| 30-Sep-2007 |
Chris Smith <chris@jalakai.co.uk> |
Add MAIL_MESSAGE_SEND event (resolution of FS#1007)
Wrapper around DokuWiki's mail_send() function. For full details refer http://wiki.splitbrain.org/wiki:events_list#mail_message_send
Also see dis
Add MAIL_MESSAGE_SEND event (resolution of FS#1007)
Wrapper around DokuWiki's mail_send() function. For full details refer http://wiki.splitbrain.org/wiki:events_list#mail_message_send
Also see discussion at http://www.freelists.org/archives/dokuwiki/09-2007/msg00077.html
darcs-hash:20070930014728-d26fc-ecdc7df22f35d1c04e8d22da332426df8a85da5b.gz
show more ...
|
| #
00976812 |
| 30-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups.
This patch replaces all realpath() calls with a PHP only replacement which should solve those problems.
darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
show more ...
|
| #
591d30ad |
| 27-Jun-2007 |
Chris Smith <chris@jalakai.co.uk> |
update email address validation to support 'museum' & 'travel' tlds
darcs-hash:20070627184603-d26fc-b557a7f1c2ed4be7d967a25e64ca71b68095e6d5.gz
|
| #
ba36e50e |
| 13-Jun-2007 |
Andreas Gohr <andi@splitbrain.org> |
fix for encoding email addresses
There was a problem in the mail header builder which left out a space between real names and the email address, which broke certain mailers.
darcs-hash:200706131532
fix for encoding email addresses
There was a problem in the mail header builder which left out a space between real names and the email address, which broke certain mailers.
darcs-hash:20070613153201-7ad00-df21a26f31a199c2a1e8754d76b23afcf7981539.gz
show more ...
|
| #
265f02e3 |
| 15-Feb-2007 |
Guy Brand <gb@isis.u-strasbg.fr> |
RFC2047 fix for mail subjects (FS #1080)
Patch by Per Foreby
darcs-hash:20070215184609-19e2d-a5361f5009df14a3c21729758e758fe4ee2d1117.gz
|
| #
0a1d30bf |
| 25-Jan-2007 |
chris <chris@jalakai.co.uk> |
improve and centralise email regexp, fixes FS#1049
darcs-hash:20070125143421-9b6ab-93ce6bfd804924af4651da9424738494f11fe5f2.gz
|
| #
29f3a5fa |
| 06-Jun-2006 |
Andreas Gohr <andi@splitbrain.org> |
user the MAILHEADER_EOL in quoted printable encoding
darcs-hash:20060606191953-7ad00-0e8098d5d8f4cf5379f3cce0e6899ac11c20a321.gz
|
| #
91275a65 |
| 09-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix for quoted printable encoding
This patch replaces the old mail_quotedprintable_encode function with a better one which makes sure to never split an encoded character. This also makes sure mail h
fix for quoted printable encoding
This patch replaces the old mail_quotedprintable_encode function with a better one which makes sure to never split an encoded character. This also makes sure mail headers aren't wrapped when quoting is needed.
darcs-hash:20060309182459-7ad00-0c442b5422e9727fc70d206f8e1bcd6281536573.gz
show more ...
|
| #
628e6ba7 |
| 07-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix for the windows' limited to: header support in mails FS#738
darcs-hash:20060307185713-7ad00-d0952c48ec84d20d4a50897c670129ae5b4c7e09.gz
|
| #
98c86858 |
| 17-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
file cleanups
This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style)
It converts files to UNIX lineendings and removes
file cleanups
This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style)
It converts files to UNIX lineendings and removes tabs and trailing whitespace. Not all files were cleaned yet.
darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
show more ...
|
| #
f95e691e |
| 03-Dec-2005 |
Andreas Gohr <andi@splitbrain.org> |
don't use named recipients in mails on Windows #652
darcs-hash:20051203131542-7ad00-9c65b70a7fade074b4d46939b1cc62984caa59c9.gz
|
| #
2e53fc70 |
| 16-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
allowing + char in email addresses
darcs-hash:20050916191719-7ad00-703ee14706e6629e6312c103be0121bf2996c6cb.gz
|
| #
d7785cce |
| 20-Jun-2005 |
andi <andi@splitbrain.org> |
do not use params parameter in call to mail() if unneeded #397
darcs-hash:20050620203612-9977f-860eb4da35c5dcdba641fa0fb50786aec3477fe6.gz
|
| #
6ec64ed3 |
| 23-May-2005 |
andi <andi@splitbrain.org> |
changed mail header seperator back to newline
darcs-hash:20050523202635-9977f-802f9faa8e76e8a7e44e2ab8d6959d44684d43a9.gz
|
| #
a2021ad8 |
| 23-May-2005 |
andi <andi@splitbrain.org> |
make notify mails more RFC2822 conform (fixes #341 and #168)
DokuWiki now uses only one To, Ccc or Bcc header and addes additinal addresses separated by commas. The headers are folded after each add
make notify mails more RFC2822 conform (fixes #341 and #168)
DokuWiki now uses only one To, Ccc or Bcc header and addes additinal addresses separated by commas. The headers are folded after each address to avoid too long headers. The header newline was changed to CRLF (as specified in RFC). This maybe fixes problems with some Windows Mailservers as well.
darcs-hash:20050523194316-9977f-53b03081426d0f1946b6ca4ef2e6ddb4b798e533.gz
show more ...
|
| #
340756e4 |
| 13-Apr-2005 |
andi <andi@splitbrain.org> |
removed closing php tag for includes
darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
|
| #
e1906e6e |
| 27-Feb-2005 |
andi <andi@splitbrain.org> |
better mailheader handling #168
darcs-hash:20050227094102-9977f-a481ce76ccdb40f8eaa762a332b93093de8f7a87.gz
|
| #
ed7b5f09 |
| 19-Feb-2005 |
andi <andi@splitbrain.org> |
added init.php - may have broken something! (related to #153)
darcs-hash:20050219102055-9977f-575d654e742934c911ffab855d82aa91f198b5cf.gz
|
| #
44f669e9 |
| 27-Jan-2005 |
andi <andi@splitbrain.org> |
utf8 safe mailfunctions added (fixes #82)
darcs-hash:20050127211411-9977f-77f25921e855969dd8b7d4ded732bfdba5aec7ab.gz
|