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

Building and testing on php 8.3

03ecc345343ef303586f62e7fd08c13aa9f92cf5 authored over 1 year ago
missing tests

6cf0d1b4578a63944e6061cc6404736627589ad5 authored over 1 year ago
fix invalid read

ed46801b8ec0333b48ee20c5254e7f87c2b51b71 authored over 1 year ago
back to dev

e6e01174b9b93947b5599abf60c3593f668996b0 authored over 1 year ago
Prepare 3.1.6

5967ea6a3f5ac1e7ce19d9af49e4377f57d232d3 authored over 1 year ago
new tests in pecl archive

478d5b56289974ef4afc4201115ad3f0f9461d86 authored over 1 year ago
revert fix for #81403 to fix segfault

05339c88160cae8c0fd416b503a7ac2d43d055a6 authored over 1 year ago
back to devel

d1f25fdd2f91cff31c1d5b7d1634e6f225dc51c8 authored over 1 year ago
Release 3.1.5

c0709df595054fc5be6ea6f479a13118c56b9563 authored over 1 year ago
use SPDX license ID

4796c92867bcb95c02166c6666aa57f3b36f99d9 authored over 1 year ago
cleanup unneeded dtor (avoid ErrorType exception)

bd4a675032f778d676e1244cd0880c104526b4c9 authored over 1 year ago
Merge pull request #26 from mathroc/patch-1

Build and test on PHP 8.2

9d1be453b92bb311403e54dd60838592f3409a77 authored over 1 year ago
regen php_mailparse_rfc822.c + changelog

d4bd069aa7bbf13460e776ad9cca242a2b5292a3 authored over 1 year ago
Fix #81403: mailparse_rfc822_parse_addresses drops escaped quotes

A quoted-string may contain double-quotes if they are properly escaped,
and we must not drop these.

c97ee56e25253116bdf37cf7467790081fb01617 authored over 1 year ago
fix GH-21, GH-22, GH-24 segfault in mailparse_msg_parse without mime-version

92dde0bd6d6658e111e6022ead36eb7d1177caa1 authored over 1 year ago
Fix #27 MimeMessage::__construct() throws TypeError with $mode=stream

80133bc2d425138df363a40487bb15ed16304999 authored over 1 year ago
fix regression for PHP < 8.1

59e040beacaa93626343bd440c4172bbc4aaef03 authored over 1 year ago
drop usage of removed mbfl APIs in PHP 8.3

a0d99d637281753f62a28842aad716352dc0e5a3 authored over 1 year ago
Build and test on PHP 8.2

5c647581835915105018e073f12d9a476dc9527a authored about 2 years ago
back to dev

7f58ef4910fdc6a41f15527a4aa1e16cbdb6cdfd authored over 2 years ago
Prepare 3.1.4

35d647679166f5637c05877688fd7ad5f139c238 authored over 2 years ago
clean up pre 7.3 compat

f8d4e404742224f3b25609f11886f31d518454e4 authored over 2 years ago
declare mimemessage::data property (for 8.2)

e633e2308afe992a2eaf2bbf3f0ab34fc420ce77 authored over 2 years ago
back to dev

19d9e8421fe537509507d8683305b9e96f99fe50 authored almost 3 years ago
Release 3.1.3

923aef546a93ab8dadc4684123ec1e1116934aab authored almost 3 years ago
clean

9b7b20f6601ac11f34aff5a8abf162c02bdc09af authored almost 3 years ago
update changelog

a84d3e1e4ac91b4cf1e2345acbda9a4a4813365c authored almost 3 years ago
simplify php_stream_memory_get_buffer calls

36807106310ceeade795a3091dfff3a6a4564c28 authored almost 3 years ago
fix more php_stream_memory_get_buffer calls

c53ff5625433b360abc7109e02d58c73d8a63e10 authored almost 3 years ago
Fix gh#19 Segmentation fault with PHP 8.1 in extract_body using MAILPARSE_EXTRACT_RETURN

dca513d1870bbd5b3e92e5c8e2ac2e8154c8adc0 authored almost 3 years ago
Fix #73110: Mails with unknown MIME version are treated as plain/text

We are already liberal regarding a missing MIME version header, but not
for versions other than ...

dfb1fd9b8316e2c5f16c1d8b9d2a7da7faaa916d authored over 3 years ago
Fix #75825: mailparse_uudecode_all doesn't parse multiple files

As is, multiple uuencoded files needs to be separated by at least one
blank line. This restrict...

bca9ef964c8bba46bd02ccbbad9828516bb524b0 authored over 3 years ago
Fix #74233: Parsing multi Content-Disposition causes memory leak

We need to free existing `content_disposition` before assigning a new
one.

This patch has been ...

40db96f856f6df950abfc2d0fcda3387a3583821 authored over 3 years ago
Update to setup-php-sdk v0.2

b0b3134d20f694497f8b890adc2cf950caefe325 authored over 3 years ago
Simplify Ubuntu CI

As suggested by @remicollet. This drastically reduces the need for our
hacks; actually, we only...

0f0eb2f48cc616354989db419c837977429d5038 authored over 3 years ago
Fix #81422: Potential double-free in mailparse_uudecode_all()

We must not release the outpath multiple times. We also make sure that
we only release the outp...

7fe7a0316f7bc0c9111d00a2c916d87b3db47d0f authored over 3 years ago
Basic CI: build and test

This is mostly standard stuff, but we need to hack around some
limitations of the tools. Most n...

3e57c62bed73a26897713da7f66a74fe4ad1f4e6 authored over 3 years ago
back to dev

1e4f4142e16e0fe5521c9d4a1e873b1c9c3ec299 authored over 3 years ago
Release 3.1.2

fce8678427d635c7d0a4cc667eb0ee1aa11bfa58 authored over 3 years ago
fix for 8.1

ae960dba8cb607296b7f85ca23f9d0a2462607d5 authored over 3 years ago
test

1f0b1c9bd62c96c5ba455c099aa2314c1129e52f authored almost 4 years ago
back to dev

94a1f3671ef0de266adeee5b056c8bf29fa1766d authored over 4 years ago
Release 3.1.1

666c0c8cfd40d1e1814dba0c0b4ba91b2761aae0 authored over 4 years ago
mbfl_convert_filter_feed is back in 8.0.0beta4

06c996f4df9aa3f9e87ead6941781d43452b0ab3 authored over 4 years ago
Fix #74215: Memory leaks with mailparse

Just freeing the child mime part is not sufficient; we have to actually
release the mime part *r...

afd52273855ef586ace85c8bc523d78fe178ce32 authored over 4 years ago
Fix #76498: Unable to use callable as callback

We implement general support for callables.

29ed2438303efc49cc1540c209b4076d3e27053c authored over 4 years ago
mbfl_convert_filter_feed removed in 8.0.0beta3

fa3c4f0c327aee0f12d071b13458de70164d8fe0 authored over 4 years ago
avoid "Undefined array key 1" with PHP 8

d6f1583ffd408a9bbf1566d49c2bf099fce4e53a authored over 4 years ago
back to dev

4a1036516657a4fd9ed39d7823112d0187e05c25 authored almost 5 years ago
Release 3.1.0

b227b6b432ee46b411600081993c30d56529c070 authored almost 5 years ago
CS

8e43814b6644e346af17b8fe8d4fb59792d556c7 authored almost 5 years ago
fix MimeMessage constructor name

4f4948189ee56ae7f37d1b8d5638cd35b8919c7c authored almost 5 years ago
add arginfo to all functions

26f4f08f28d2bb1acca24389e0e2161f23d88d37 authored almost 5 years ago
back to dev

712b51989b35c3cf5d7a4800251e2b1163bfea7e authored about 5 years ago
Prepare 3.0.4

2c459cd45d9f05d3e23a02725c48389fa231c3d3 authored about 5 years ago
changelog entry

ac3be83e2c752a04f4ea0029ed71ed5e52e70af7 authored about 5 years ago
Replace ulong with zend_ulong

`ulong` is no longer supported on Windows as of PHP 7.4.0, so we
replace it with the more suitab...

9efc0652bd40c58556819a986e9cdbadc9ac5860 authored about 5 years ago
back to dev

6bb9899ee03f15a896765016a82d7d9a6e054d6e authored almost 6 years ago
Prepare 3.0.3

83c91a29f3f1226a21a364a45133fdc7e1701090 authored almost 6 years ago
clean

8b2be92eb9058762485777548a70a8dedba6801d authored almost 6 years ago
check mbstring headers in configure

2228359b786375cdc4b37303f82b8d97542bc8f4 authored almost 6 years ago
fix version

4f97883fb725641a0ac7b946fcfd071605510bd0 authored about 6 years ago
fix segfault, thanks cmb

7df6d614e79ebdb2bf75f4913450229b55e72078 authored about 6 years ago
Trim beginning whitespace

d6281bc9a6009ef66e2ea72413a487c1c095fa31 authored over 6 years ago
Sync final newlines

This patch adds some missing newlines and trims some multiple redundant
final newlines into a si...

d1d0e0e896b5ea6bbeefbe0645e042b49fda2b8e authored over 6 years ago
Trim trailing whitespace

86b1adbec60a3a84aed9720a8a7bfc03e7e2e4f9 authored over 6 years ago
Sync package.xml file with recent README to README.md update

335a9e7e2a5ec0131387de967a3d1f512902a8aa authored over 6 years ago
Rename README to README.md

Convert README.md to Github-flavored Markdown

I removed obvious PHP4-esque features, but largel...

412eca15a354a1602c80f4da941ed2d4aa38a529 authored over 6 years ago
simplify, array_init always succeed

132cb492bf9078732883653fca714504a4f6daf3 authored over 6 years ago
use proper macro

449215fd2bea7a99bfc1a435565eef5191604c00 authored over 6 years ago
changelog

1948c1287e305f6ee526a2b3747e01f4d3e385f2 authored over 6 years ago
PHP 7.3 compatibility

13c2c425e519b22660a03d566c35e76b3d4751dc authored over 6 years ago
Move zend_string_init to the top of the block

4825a05d76b86d7c02bed0dbb9862e8357f6a3c2 authored over 6 years ago
add dependency on mbstring extension

720ed5b77591922596564c414a655f3c7fcd6200 authored over 6 years ago
cleanup headers

385763b215ca31b7677573a24156106e84e0b9f9 authored over 6 years ago
fix -Wformat warning

710cc7f02a0172bb1c6c249f2197414a70445f41 authored over 6 years ago
add missing file in archive

9d66b1e8eeb02433dbaea9a0ddd027c4153e293f authored over 6 years ago
fix test, 1 more test case + ensure order

26b49478059fd37c8f6fa39a8a1ace32d1b00013 authored over 6 years ago
skip m0001.txt as m0001.exp doesn't exist

bddcfcb2d3a263c17ac40b79b1479b4b15ecd607 authored over 6 years ago
Back to dev

bc51125921ae1287e3b4705bec1dfd8859d16213 authored about 8 years ago
Release 3.0.1

0372f77507d06bd8c885ae062c94258ead06032c authored about 8 years ago
Fix get_child, when ported to PHP 7 String/Long juggling as the type was not properly converted.

374a940991a26acde4c49de381d0fa65cf35b914 authored over 8 years ago
Back to dev

bf968e19bc61d4c4c493204545dbf11cb9fe1e43 authored about 9 years ago
Release 3.0.1

c05ff31f7077bc8d62c3025d7e723936b49c938f authored about 9 years ago
zend_list_delete -> zend_list_close

f2b442347435e825f8a791f8ea73bc9c7f869e27 authored about 9 years ago
Add test for GitHub issue #1 against php/pecl-mail-mailparse. Double free caused by mailparse_msg_free

ace2bcd6ed8cfd854688b2e49e7da3d9ac04ef8c authored about 9 years ago
Add .gitignore

af840a36de072346e26a87493e54b7075728a67f authored about 9 years ago
Back to dev

645ce939a1f31001a30c9a227b1c52dedd064a2b authored about 9 years ago
Release 3.0.0

7f0e0bb35422b0c29f5b60faf1b3b41ccb1c605a authored about 9 years ago
Fix last memory leaks in test suite

d9763d6db2e100ac071b29b3c5bfa6da5e99969d authored about 9 years ago
Use ZSTR macros instead of accessing val/len directly

6b8481f9a5c6b7d26b51df0ea9fbf1f3669324e0 authored about 9 years ago
Add test for mailparse_msg_parse_file and mailparse_msg_free

08dda0ae3e639932b4f3cde288e9563177019dc3 authored about 9 years ago
Fix issues found in code review by @laruence, thanks

943e46fb174ddfa60e78b64d1532a690b715d7d3 authored about 9 years ago
Remove all TSRM calls, fix uses of zend_parse_paramaters with the incorrect type

a4aa06d59cddf9f292901d0aaf20c902a663676e authored about 9 years ago
Improve .travis.yml for gcov

5c96a76718e8f98ea7e4f4d921295bcb3d6fd57b authored about 9 years ago
Fix memory leaks and zval_copy_ctor -> ZVAL_DUP

0492bbaa1227babc53fb6fea53d912dcb18ce63d authored about 9 years ago
Fixing Tests: tests/parse_test_messages.phpt now passes. All tests now pass.

1bda7ccaece53e4e84ee06591affdef69c9ce114 authored about 9 years ago
Add gcov to .travis.yml

987ee6625ffb3986e85c5fb7aebf83af85a049ab authored about 9 years ago
Add tests for mailparse_determine_best_xfer_encoding and mailparse_mimemessage_extract_uue

5d7bd19d8058ff5fce2bd07d60a5bb142395a4d8 authored about 9 years ago
Fix zend_string leaks

92836fb9c4c02f34474d6987e399fec749866ca6 authored about 9 years ago