Re: [PEAR-DEV] Net_IMAP

[email protected] (David Busby) Wed, 21 Sep 2022 07:24:35 -0700
Newsgroups php.pear.dev
Message-ID <CANxG54bBaFU8H6M9=iuRAt0DAub3sAB1HY0dFAUhTkyif-cJBQ@mail.gmail.com>
--000000000000eb4b5305e930b439
Content-Type: text/plain; charset="UTF-8"

So, the first PR I submitted back in May (PR3) didn't build; was a Travis
issue -- and I had to dig around to find it.
Net_IMAP travis config uses PHP5.4; and PHP5.4 isn't in Xenial
distribution, so I had to fix that to Trusty.
And I submitted PR4 for that fix.

But now that build is failing with all this noise
https://app.travis-ci.com/github/pear/Net_IMAP/builds/255825667

Which is sorta more than I bargained for; some magic Autoloader isn't
present or something?
Might take me a while to figure this out.

PR3: https://github.com/pear/Net_IMAP/pull/3
PR4: https://github.com/pear/Net_IMAP/pull/4



On Thu, 21 Apr 2022 at 15:47, Ken Guest <[email protected]> wrote:

> Hi David
>
> That would be great - thank you, I think for the moment we could go down
> the route of getting patches / PRs via github - if even just for a few
> initial ones, and then set you up with a pear account so you can do
> releases and such.
>
> Kind regards
>
> Ken
>
> On Thu, 21 Apr 2022, 17:06 David Busby, <[email protected]> wrote:
>
>> Hey,
>>   This package ( https://pear.php.net/package/Net_IMAP ) show's it's not
>> maintained :( -- but I use it everyday.  And now, it's also got some "code
>> rot" issues (like it's using the old constructor pattern).
>>
>>   Should I just submit some patches here?  I don't have an account on the
>> PEAR site to put stuff there.
>>
>>   And also, I've nad to super-class this code to get it to support the
>> XOAUTH stuff that Google IMAP is doing -- so, perhaps I/we could put that
>> code in too?
>>
>> /djb
>>
>

--000000000000eb4b5305e930b439--