nicholas a. evans
nicholas a. evans
NOTE: Although this PR generates CHANGELOG.md from our GitHub Release notes, in the long term I'd rather go in the other direction. Unfortunately, there are several issues with generating release...
This speeds up my (newly added) benchmarks by ~15-20% over v0.4.3, and by 22-40% over earlier versions. **NOTE:** In every version up to v0.4.3, `Net::IMAP` recreated the raw original source...
This was extracted from #93 and split into a separate PR. This allows us to prepare dependent projects for the new behavior before their logs are flooded with deprecation warnings....
Preparing for a (backwards-incompatible) secure-by-default configuration, Net::IMAP.default_ssl will be used when no explicit port or TLS setting is provided. TODO: should truthy default_ssl be used to config params when port...
This is a meta-ticket to track support for IMAP capabilities. I'm also listing capabilities that are already supported by `Net::IMAP` as well as extensions that are obsolete or unsupported by...
***NOTE:*** _This PR started as a big rough-draft for many of the other PRs listed below. Rather than close the PR and create a new tracking issue, I've been keeping...
Supporting [RFC4466] as well as the basic ABNF in [RFC3501] will give significant forward compatibility, allowing us to partially parse some other extensions which we don't (yet?) otherwise support. Additionally,...
All protocol changes and requirements specified for the CONDSTORE extension are also a part of the QRESYNC extension. * [x] #106 Relevant QRESYNC extension changes: * [ ] [3.2.5](https://www.rfc-editor.org/rfc/rfc7162.html#section-3.2.5). QRESYNC...