Commit graph

657 commits

Author SHA1 Message Date
Jon Gjengset
3ac33ef7f3 Bump base64 dependency 2023-01-21 14:27:53 -08:00
Jon Gjengset
94d5c7d916 Update changelog 2023-01-21 14:26:30 -08:00
Jon Gjengset
4e7933d422
Merge pull request #249 from bitfehler/bitfehler/list-status
Add support for RFC 5819: LIST-STATUS extension
2023-01-21 14:21:22 -08:00
Jon Gjengset
e32dec9e92 Merge remote-tracking branch 'ci/main' 2023-01-21 14:14:57 -08:00
Conrad Hoffmann
247e36bb0f Add support for RFC 5819: LIST-STATUS extension
See https://tools.ietf.org/html/rfc5819
2023-01-17 10:44:35 +01:00
Conrad Hoffmann
5c422aba36 Use test-full-imap feature to enable QRESYNC test
This test works against most fully-featured IMAP servers, also e.g.
against the cyrus-imapd-tester. It was previously ignored because the
greenmail test server did not support it.
2023-01-17 10:44:35 +01:00
Jon Gjengset
e9041480e3
Merge pull request #251 from bitfehler/bitfehler/pub-parse
Un-export some exposed `parse()` functions
2023-01-16 14:19:57 -08:00
Conrad Hoffmann
64e7b4aa24 Un-export some exposed parse() functions 2023-01-16 16:38:19 +01:00
Jon Gjengset
acb5d98550 Bump codecov action so it's not broken 2023-01-14 15:02:10 -08:00
Jon Gjengset
d6bd5c67a4
Merge pull request #1 from jonhoo/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2022-12-09 19:42:59 -05:00
dependabot[bot]
c8a7835b2f
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 00:25:41 +00:00
Jon Gjengset
82cbed84f8 Notify if actions themselves are outdated 2022-12-09 16:25:21 -08:00
Jon Gjengset
6d088bed4a
Merge pull request #248 from 641i130/main
Addresses #247 - Plaintext IMAP Connection Example
2022-11-06 19:28:26 -05:00
641i130
4bc80f30ff Merge branch 'main' of github.com:641i130/rust-imap 2022-10-31 18:27:53 -05:00
641i130
5327d75e8f Fixed compiling issue 2022-10-31 18:27:29 -05:00
Jon Gjengset
04d3dd9449
Update examples/plaintext.rs 2022-10-30 22:02:06 -04:00
641i130
67ab1c8367 Reworded unsafe comment 2022-10-30 19:26:03 -05:00
Galileo
c0a783e05a
Update examples/plaintext.rs
Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
2022-10-30 19:24:49 -05:00
641i130
1fac43882d Reworded unsafe to dangerous/risky. Updated the body parsing bit. Moved warning comments to .login call. 2022-10-30 12:23:43 -05:00
641i130
4b75957a7c Fixed README.md formatting back to original 2022-10-30 12:20:32 -05:00
Jon Gjengset
1a1b5ea269
Merge pull request #235 from urkle/feat-quota-protocol
add support for the imap quota extension (RFC 2087)
2022-10-29 20:21:40 -04:00
Edward Rudd
9d9a3cea0d fixup! adjust parse_until_done to return an Option so it is more versatile 2022-10-25 15:26:57 -04:00
Edward Rudd
e082d2f4f4 fixup! add support for the imap quota extension (RFC 2087) 2022-10-25 15:26:36 -04:00
641i130
bde5e8bc4b Added Plaintext IMAP connection example 2022-10-24 21:58:17 -05:00
Edward Rudd
0a9297f0fc fixup! add support for the imap quota extension (RFC 2087) 2022-10-18 22:34:10 -04:00
Edward Rudd
f57dfd4a0c fixup! add support for the imap quota extension (RFC 2087) 2022-10-18 21:43:52 -04:00
Edward Rudd
df7d6b271f fixup! add support for the imap quota extension (RFC 2087) 2022-10-18 21:39:06 -04:00
Edward Rudd
733aba99fe fixup! add support for the imap quota extension (RFC 2087) 2022-10-18 21:36:01 -04:00
Edward Rudd
b3529a058f fixup! adjust parse_until_done to return an Option so it is more versatile 2022-10-18 21:26:25 -04:00
Edward Rudd
6146e0c399 fixup! add parse_many_into2 which supports capturing two different data types 2022-10-18 21:25:40 -04:00
Jon Gjengset
cf47d4cad4 ignore is a list 2022-09-28 18:23:39 -07:00
Edward Rudd
9f7aedc8b0 fixup! add support for the imap quota extension (RFC 2087) 2022-09-26 18:52:05 -04:00
Edward Rudd
57ce6bb545 add support for the imap quota extension (RFC 2087) 2022-09-26 14:21:55 -04:00
Edward Rudd
9c08e14523 adjust parse_until_done to return an Option so it is more versatile 2022-09-26 14:21:55 -04:00
Edward Rudd
1da3eb5571 add parse_many_into2 which supports capturing two different data types 2022-09-26 12:25:06 -04:00
Edward Rudd
660e4b1668 have Session::finish() use iter_join for better efficiency 2022-09-26 12:25:06 -04:00
Edward Rudd
580b972f45 add iter_join helper method to more efficiently join string vecs 2022-09-26 12:25:06 -04:00
Jon Gjengset
b783cb31ab Use dependabot, but only for major versions 2022-09-23 08:53:07 -07:00
Jon Gjengset
441dc27e4d Allow examples and binaries to require features 2022-09-18 14:01:04 -07:00
Jon Gjengset
ea198cc499 More concise name for scheduled jobs 2022-09-18 13:52:47 -07:00
Jon Gjengset
3a6540752c
Merge pull request #242 from jonhoo/ci
Sync with rust-ci-conf
2022-09-18 16:00:33 -04:00
Jon Gjengset
e0d47b969b Check in lockfile
https://twitter.com/jonhoo/status/1571290371124260865
2022-09-18 12:55:18 -07:00
Jon Gjengset
d91e506e76 Add back local ci modifications 2022-09-18 12:54:53 -07:00
Jon Gjengset
d2f4848f35 Merge remote-tracking branch 'ci/main' into ci 2022-09-18 12:49:30 -07:00
Jon Gjengset
dbb6517a7d Remove leftover codecov config 2022-09-18 12:49:28 -07:00
Jon Gjengset
fcf610389a Pre-merge rm 2022-09-18 12:49:10 -07:00
Jon Gjengset
15c1fa2ffc Catch upcoming deprecations 2022-09-18 12:10:58 -07:00
Jon Gjengset
56d4398a24 Merge safety workflows 2022-09-18 11:52:12 -07:00
Jon Gjengset
71c2048cc0 mv github .github
This should make it possible to have rust-ci-conf as a remote you merge
from.
2022-09-18 11:44:59 -07:00
Jon Gjengset
afa25312c9 Practice what you preach 2022-09-18 11:44:13 -07:00