summaryrefslogtreecommitdiff
path: root/ext/mailparse
Commit message (Collapse)AuthorAgeFilesLines
* mailparse moved to pear/PECL.jim winstead2002-04-0425-4478/+0
|
* add test for mailparse_extract_part_fileWez Furlong2002-04-031-0/+88
|
* main/streams.cWez Furlong2002-04-023-140/+172
|
* make quoted-printable encoding safe for use with digital signatures. Added ↵Wez Furlong2002-03-283-8/+118
| | | | some tests
* add test case for multiple To: linesWez Furlong2002-03-271-0/+22
|
* allow headers hash to handle multiple To: linesWez Furlong2002-03-271-1/+26
|
* Remove generated fileSascha Schumann2002-03-271-7/+0
|
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-0/+4
| | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-2/+2
| | | | | | leaking streams should be easier. # I hate these big commits
* - Some more TSRMLS fixes.Markus Fischer2002-03-161-1/+1
|
* change * formattingWez Furlong2002-03-161-32/+32
|
* New PHP streams...Wez Furlong2002-03-151-66/+47
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-16/+1
|
* Maintain headers.Sebastian Bergmann2002-02-283-6/+5
|
* Fix ZTS startup crashYasuo Ohgaki2002-02-041-0/+7
|
* Make the decoder less strict to allow for brain-dead mailers that markWez Furlong2002-01-191-4/+40
| | | | | | messages as 7bit but then include 8bit chars in the body. Thanks to Dan Fitzpatrick for bringing this to my attention.
* - Typo.Markus Fischer2001-12-211-1/+1
|
* Update headers.Sebastian Bergmann2001-12-113-8/+6
|
* Unified the configure messages.foobar2001-11-301-2/+3
|
* Fixed some protos and many more will follow the next hour.Egon Schmid2001-11-081-27/+15
|
* - prototypesDerick Rethans2001-11-081-3/+3
| | | | | #- Thanks to Zak for pointing this out during his talk
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-15/+15
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* Fix indentation of ./configure --helpSascha Schumann2001-09-191-1/+1
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-094-7/+7
|
* @- Added mailparse_uudecode_all() which extracts all uuencoded attachmentsWez Furlong2001-08-282-0/+120
| | | | | (Wez)
* Zend compatibility patchZeev Suraski2001-07-302-13/+18
|
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-283-5/+3
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* fix includeThies C. Arntzen2001-07-201-1/+1
|
* namespace protect one enum to fix compile with ncursesThies C. Arntzen2001-06-122-17/+17
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-063-5/+18
|
* Improved performance of message part extraction when using a PHP-spaceWez Furlong2001-05-282-3/+16
| | | | | callback.
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* fixed a bug in mailparse_stream_encode which would default to a random ↵Wez Furlong2001-05-201-3/+0
| | | | | | | encoding (usually base64) # oops
* Imported mailparse extensionWez Furlong2001-05-2023-0/+4057
@- New mailparse extension for parsing and manipulating MIME mail (Wez)