bapcltd-marv

Results 19 comments of bapcltd-marv

I had an issue similar to this where puphpeteer was falling over due to the js-portion receiving an invalid json payload- this was due to loading too much data via...

It's got https now, but it's not enabled by default/ no redirect etc.

running automated testing for this would require changes mentioned in https://github.com/barbushin/php-imap/issues/432#issuecomment-578825685, or finding an IMAP-enabled mail provider that supports automated account creation w/ oauth imap so the account can be...

@Sebi94nbg ~having a tinker.~: thoughts? https://github.com/barbushin/php-imap/compare/develop...bapcltd:pagination haven't actually tested the implementation yet, just fleshed out & ran static analysis on it. summary of implemenation: * adds a method on `Mailbox`...

I'm going to hazard a guess if we were to OOP up the pagination like this, we'd want inner iterators that return results for other mail-related Mailbox methods?

> @bapcltd-marv do you think it makes sense to add pagination by default to this library? to answer this specific question, if it doesn't seem to fit there could always...

> This should be only required for getting the list of mails, right? So we don't need it for any other functions eg. "mark as read/unread" etc.. the constructor allows...

shall I pick this up again after the next release ?

perhaps something to the effect of "here are the things this package can do, for more in-depth examples see [other page]" ?

Not presently, although I'd wonder if there's a gmail-specific pattern/api, or if there's a header for threading that's common to multiple email providers?