Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pecl-mail-mailparse

Email message manipulation
https://github.com/php/pecl-mail-mailparse

Prepare for bug-fix release

b22853471db185dc4956766d764c0aa1dec7d7c7 authored about 22 years ago
Fix stupid mistake that returned true instead of the resource in

mailparse_msg_parse_file()

970b75378405bd754d6dcc27340b42cdc54a4123 authored about 22 years ago
Update package manifest.

c7bdd63f953af76cd60d72f11b573e3e314382e1 authored about 22 years ago
Fix some refcounting issues.

ec92ad8925bea9a32eec88b9ed86602dbd876396 authored about 22 years ago
Fix remaining known problems.

Add some test data, some of which was borrowed from pine.

b24de5398e82ced6620ded9ab95aed45bf213457 authored about 22 years ago
Correct some nasty bugs related to message part offset calculation.

a8fd00e6b7e966e41ab60f05884e6b3b69b68215 authored about 22 years ago
Add some BC code.

8c0263c64fe1eab2da7a73b1f438e367c30b43ab authored about 22 years ago
Fix buffer parsing - an off by one error could cause the message not

to be parsed correctly and eventually cause a segfault.
Tidy up some code.

92a1b9092e716e72d1455adba83c8351e1615f00 authored over 22 years ago
* load mailparse.so if the extension doesn't exist

a9b1d333f8f604142eeef91822342c843cf3d096 authored over 22 years ago
Avoid problems with strange Content-Type headers (slightly related to

Bug #16824).

cf718fbe7223c269e760426d33040631b35a1cc8 authored over 22 years ago
Prevent lower-casing the script-visible copies of header and attribute

values.
Workaround a Netscape Messenger bug that does not emit a semicolon between
attribute/valu...

24e89eeb653fe7f76d93af5375c6e8a73bf670e8 authored over 22 years ago
Fix possible segfault when a file does not exist.

Reported by Boris Penck.

14263c77f86688d387e35453937385ea81a33bc0 authored over 22 years ago
Add notes on the OO API.

b4d77d120a97c5d0afe700e072c46c20452cf779 authored over 22 years ago
Allow CRLF for uuencoded attachments.

Begin implementing MimeMessage class which makes for a much more accessible
API.

74b203c3e2221f489b030a9aa211b00e10838a67 authored over 22 years ago
touch

b605c5f8a2dd32665abefe7ce74d165728d00baa authored over 22 years ago
Fix some issues with rfc822 conformance (including correcting the tests).

Update to match more recent changes in mbstring.
Plus some other stuff that's been hanging around...

4603fa4055eb6048c2a396dbf298994bbf9b2376 authored over 22 years ago
Fix some silly code that accessed a stale pointer.

678e8dc7446f6e4a43fa93e1c77d448f2f11e0f8 authored over 22 years ago
Fix dependency for the re2c generated file.

This is ugly because it cannot work for SCE and static builds :-/

e93cd0fa0597ac7671b2e17dc15f9ecb1789e543 authored over 22 years ago
* adding example package.xml (hi Wez! :)

c63d1f712e03eb045adac00c7060390f58afcb04 authored over 22 years ago
sync with .re file

26ca63cc88121024ec5824395ed759328fe86122 authored almost 23 years ago
Fix problems when parsing '<' in addresses.

Try and be a little bit more clever when extracting the displayable part
of the address.

091526bc9e66927addd1a0cc31030641d63ef2a0 authored almost 23 years ago
fix body start position for multipart messages

2726acdde6c1b48883268c8c35b26f81b763467b authored almost 23 years ago
sync with .re file

5eaf7f6119fe475a22bae657ca9a4de088293f86 authored almost 23 years ago
really fix <> issues

df9a9a42fe0b17ad0d03d15c78a85b62e0034b2b authored almost 23 years ago
update generated file

4bbf1982fbcff8c84124c4f00b273a221b43fbf8 authored almost 23 years ago
handle <> correctly when generating the address part

bdc270b133c521109cf3d337ece5401ea00a5cd0 authored almost 23 years ago
set default content-type for non-mime messages

c34cf938b7e712cdf402d21468f28ccb1f48d693 authored almost 23 years ago
update generated file

7ebcd1a651654e78127d9ad785fcf24c98e758fe authored almost 23 years ago
Fix some bugs.

Adapt to TSRM usage in mbfilter

959a5b023f96580475fd2aa55f6697ab930d6e08 authored almost 23 years ago
Add test for RFC822 conformance.

Add vim modelines so tests are highlighted correctly.

4eb3d6a7b7ab49899ef71885dbb6cf28b7848f7b authored almost 23 years ago
remove old file

30f0ebeec102b97bddc877407ddb843128c5e352 authored almost 23 years ago
Add this file for people without re2c

f305f325c783e040b0f7224ef6a4372e8a213d4f authored almost 23 years ago
Non-GPL implementation.

d38dd7eee2ef6ae654b64f7f6d3de4fc5962f0cf authored almost 23 years ago
add test for mailparse_extract_part_file

21cf890fd969519dc28f27a67c049fc6613fd3a7 authored almost 23 years ago
main/streams.c

6ffa666d8f1b2492ccd6d7445882b646f7089770 authored almost 23 years ago
make quoted-printable encoding safe for use with digital signatures. Added some tests

b573113daf571b5c6d84676450ebd4fa6e17c272 authored almost 23 years ago
add test case for multiple To: lines

720a8ec49c2c89404abdc16dcf8db09fa6655b5a authored almost 23 years ago
allow headers hash to handle multiple To: lines

a6f8d4139a5a7a118e923dec0a54c44a65931e30 authored almost 23 years ago
Remove generated file

dbdf36961d956878704d4655a5a4857f9d392d87 authored almost 23 years ago
.cvsignore in tests dirs cleanup

c98d4d4cd5aa9de4855b4430c33ad961e7fd6d81 authored almost 23 years ago
TSRMLS related work on streams, as discussed with Zeev.

# Should be the last "broad" commit for a while
# Don't forget to make clean ; make

69462be793c253b8fa2abf5d6cbeaf66d6cd0dbd authored almost 23 years ago
Streams now make more use of the memory manager, so tracking down

leaking streams should be easier.
# I hate these big commits

7deb8c25146f45ce373d7075c992a9a50bb049ef authored almost 23 years ago
- Some more TSRMLS fixes.

b35ae390c4cff1b62ca5aa5e694b0287609b4781 authored almost 23 years ago
change * formatting

2971aad7a111fc83b4db3dd76e5b728075a46e55 authored almost 23 years ago
New PHP streams...

a8a1110fa27f8d0a7e1e0842e3e5ae2ed6a39c6f authored almost 23 years ago
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed

3831ce36c05de56ee1fbd7a8512d23803824e21a authored almost 23 years ago
Remove .libs from .cvsignores, except /.

1ee5256bda6bd5daad515d340bd7591bb31708c7 authored almost 23 years ago
Maintain headers.

978f7d86d51c020c96513c826b74ea25f2ff4f99 authored almost 23 years ago
Fix ZTS startup crash

74f03c1be63ac4a34f5aec61e90ff22359053e8a authored about 23 years ago
Make the decoder less strict to allow for brain-dead mailers that mark

messages as 7bit but then include 8bit chars in the body.
Thanks to Dan Fitzpatrick for bringing ...

99bb54e9d2eed562b19c13794c8b88c82213aa12 authored about 23 years ago
- Typo.

e5568820aec09790816a64ac3c8183a6dbd3394c authored about 23 years ago
Update headers.

54f8b6334cd82dd6b8bc5a36b3cbf32b2b7cf140 authored about 23 years ago
Unified the configure messages.

7fd6bf360295969f60a66ff5a80d5ee39f00f2e3 authored about 23 years ago
Fixed some protos and many more will follow the next hour.

937a5d86c7c9e691767c60600e7ca0c74a88839a authored over 23 years ago
- prototypes

#- Thanks to Zak for pointing this out during his talk

0699c47eb5fa53124f2f356affaab74a7ff7138a authored over 23 years ago
* zend_module_entry change: apino, debug and zts are moved first,

see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)

576df2dce96d4d79ce7592c302bfb2ba6b9de987 authored over 23 years ago
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.

2dafefd9525602c821e7c0c397828bbe4217cc3d authored over 23 years ago
Fix indentation of ./configure --help

5d530c294383befe7d9ddfe38909cb1715c56492 authored over 23 years ago
- Don't wrap lines... this is annoying while coding.

587ef0afe3220b9c68c7eb862e66f07f44014523 authored over 23 years ago
@- Added mailparse_uudecode_all() which extracts all uuencoded attachments

(Wez)

aa18aa15271fd69502c613525816c536325f87d1 authored over 23 years ago
Zend compatibility patch

19f169b817efd8d221b459f2dc649aeed806e2f2 authored over 23 years ago
More TSRMLS_FETCH annihilation (Zend compatibility patch)

443d38a2e8c7bc05973fda9ffa1797e656cc66f9 authored over 23 years ago
Redesigned thread safety mechanism - nua nua

f120cdc12e7369a35671bf4fc21768561fbab1af authored over 23 years ago
- Get rid of ELS_*(), and use TSRMLS_*() instead.

- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have ...

851ba714b6be19de4a7c63b7203d86bf44703475 authored over 23 years ago
fix include

6132ad05c3e42f01aced09a570988818504279c9 authored over 23 years ago
namespace protect one enum to fix compile with ncurses

2fc4f0e03fc5560aa21955c441040e37fb22e51c authored over 23 years ago
Fix folding and clean up some extensions

c919ef3dafa0c92754a23c555690a746b078eaf1 authored over 23 years ago
Maintain .cvsignore files.

6d6e6c7adf67724b0b85d5c9f8cdbf7453b41448 authored over 23 years ago
Improved performance of message part extraction when using a PHP-space

callback.

63170a101baadc4b895aee511e57acf782cd2d68 authored over 23 years ago
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)

2201c68e864b9f5cdfd06f9e50bfb74ed21437b0 authored over 23 years ago
fixed a bug in mailparse_stream_encode which would default to a random encoding (usually base64)

# oops

e29d98d598a6e1f55c2af11bcbe20343b7021e5c authored over 23 years ago
Imported mailparse extension

@- New mailparse extension for parsing and manipulating MIME mail (Wez)

8f55399b8eafd7ad1f3201d2ef7cd61ec7aa5454 authored over 23 years ago
Standard project directories initialized by cvs2svn.

8c2458a659aee75aea8afbd15419720e2614e92e authored over 23 years ago