summaryrefslogtreecommitdiff
path: root/includes/mail.inc
Commit message (Collapse)AuthorAge
* Issue #1946090 by pjonckiere, alex-mo, rpayanm: _drupal_wrap_mail_line() ↵David Rothstein2016-02-01
| | | | does not force-wrap too long words after 996 characters
* Issue #2356055 by bdlangton: Fixed Notice in includes/mail.inc define.David Rothstein2014-11-03
|
* Issue #2078917 by sun: E-mails contain double spaces in soft-wrapped sentences.David Rothstein2013-12-27
|
* Issue #310315 by superspring, justafish, naxoc, Waltemath | fonant: ↵David Rothstein2013-12-25
| | | | drupal_wrap_mail() strips trailing blanks from standard hyphen-hyphen-space-newline e-mail signature separator.
* Issue #1629994 by Aron Novak, oadaeh, yurtboy, jhodgdon, kingandy: Fixed ↵webchick2012-12-26
| | | | Mail functions reference obsolete RFC.
* Issue #1853574 by Albert Volkman: Fix spelling error in drupal_mail_system() ↵Jennifer Hodgdon2012-12-04
| | | | docs
* Issue #1317626 by Albert Volkman: More API docs cleanup for includes H-M filesJennifer Hodgdon2012-10-10
|
* Issue #1317626 by Albert Volkman, xjm: Clean up API docs for include files H-MJennifer Hodgdon2012-10-04
|
* Issue #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), ↵webchick2012-01-21
| | | | allow hook_mail_alter() implementation to cancel mail.
* Issue #1130198 by pillarsdotnet, Damien Tournoud: Fixed Regression: ↵webchick2011-06-29
| | | | line-breaks are mangled by drupal_html_to_text().
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1062616 by benanderson: failed integration with Amazon's Simple ↵Dries Buytaert2011-02-21
| | | | Email Service (SES).
* - Patch #830304 by solotandem: drupal_mail() doc example using D6 syntax for ↵Dries Buytaert2010-07-28
| | | | t().
* - Patch #855376 by aspilicious: fix newlines in mail.inc.Dries Buytaert2010-07-16
|
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* - Patch #508738 by Eric_A, terrychild: drupal_html_to_text() negative ↵Dries Buytaert2010-05-04
| | | | padding error.
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* - Patch #648744 by Crell: specified more @return type definitions for ↵Dries Buytaert2009-12-04
| | | | auto-completion in IDEs.
* #239825 follow-up: Adjusting comments.Angie Byron2009-11-02
|
* #239825 by jeffschuler and bjaspan: Add support for OS-specific line endings ↵Angie Byron2009-11-02
| | | | on e-mails.
* - Patch #356074 by chx, Damien Tournoud: provide a sequences API.Dries Buytaert2009-10-16
|
* #331180 follow-up by pwolanin and mfb: Fix sending of mail.Angie Byron2009-09-01
|
* #331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework.Angie Byron2009-08-31
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* - Patch #455172 by RoboPhred: updated documentation example.Dries Buytaert2009-05-07
|
* #279233 by jbomb: Fix grammar in e-mail message string.Angie Byron2009-03-30
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #330084 by c960657: don't set Reply-To header unless necessary and ↵Dries Buytaert2008-11-07
| | | | fixed documentation issue.
* - Patch #273743 by meba, jsaints: fixed exmaple code.Dries Buytaert2008-10-06
|
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* - Patch #258192 by dww: drupal_html_to_text() doesn't support <strong ↵Dries Buytaert2008-05-19
| | | | class='foo'>.
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #234403 by Gabor, Bevan and me: drupal_mail_send() had problems with ↵Dries Buytaert2008-04-02
| | | | linebreaks headers.
* - Patch #234403 by alienbrain: drupal_mail_send() should use CRLFs instead ↵Dries Buytaert2008-03-15
| | | | of LFs in e-mail headers.
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #212126 report by salvis, patch by myself: allow clearing of ↵Gábor Hojtsy2008-01-25
| | | | drupal_html_to_text() URL list, so it can be used multiple times on the page
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* #172194 by ax: html to text was not picking up href values if not being the ↵Gábor Hojtsy2007-09-01
| | | | last argument
* - Patch #169627 by JirkaRybka: improved logging of mail problems.Dries Buytaert2007-08-26
|
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵Gábor Hojtsy2007-07-01
| | | | in the language needed in specific situations, and centralize mail composing operations with hook_mail()
* - Patch #147662 by Gordon et al: add new #pre_render callback to ↵Dries Buytaert2007-06-28
| | | | drupal_render().
* #154218 by Steven: HTML to text email converter, centralizing email wrapping ↵Gábor Hojtsy2007-06-26
in Drupal core and providing a solid conversion function for contributed modules