summaryrefslogtreecommitdiff
path: root/win32/sendmail.h
Commit message (Collapse)AuthorAgeFilesLines
* Constify char * arguments of APIstwosee2020-06-081-5/+5
| | | | Closes GH-5676.
* Remove local variablesPeter Kokot2019-02-031-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file.
* vim folds and modelinesAnatol Belski2017-07-041-0/+9
|
* Remove Netware supportKalle Sommer Nielsen2016-11-121-2/+0
| | | | If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+3
|
* typofixesVeres Lajos2014-08-171-1/+1
|
* - silent warning (fix for #28038)Pierre Joye2009-08-261-0/+1
|
* - Fixed bug #29334 (mail() provides incorrect message time header)foobar2005-08-071-8/+8
|
* NetWare cleanupAnantha Kesari H Y2005-07-281-11/+0
| | | | | --Kamesh
* Exporting symbols used in the imap extensionFrank M. Kromann2003-12-081-3/+3
|
* NetWare related changes/modifications.Anantha Kesari H Y2003-01-031-1/+11
|
* Removing unused code and making sure headers are send when called from ↵Frank M. Kromann2002-12-061-1/+1
| | | | imap_mail()
* Switch from imap_sendmail.* to sendmail.c under Win32Frank M. Kromann2002-07-021-2/+4
|
* - Headers are now rewritten to always have \r\n line endings for SMTP.Markus Fischer2002-06-051-1/+2
| | | | | | | Also automatically removes superflous line breaks at the start and end of the header. # http://cr.yp.to/docs/smtplf.html is a good read about this topic.
* - Win32 mail() is no longer case-sensitive when it comes to match for any ↵Markus Fischer2002-05-171-1/+1
| | | | | | | | headers (e.g. from:, cc:, etc). # Fixed also a crash I introduced earlier, which tells me no one tested it :)
* - Improve code so errors returned from the server are reported back to the user.Markus Fischer2002-05-141-3/+3
| | | | | # Testers, testers, testers!
* - Fix win32 sendmail bug with Cc: in custom header not terminated with \r\nMarkus Fischer2002-05-141-22/+24
| | | | | - Fix some obvious errors returned by the module, little cleanup.
* modified to enable imap_mail() on win32Frank M. Kromann2001-12-041-1/+1
|
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-4/+4
|
* PHP 4.0Zeev Suraski1999-04-071-0/+46