Commit graph

644 commits

Author SHA1 Message Date
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
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
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
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
Jon Gjengset
4859c12882 Add TODOs from twitter thread 2022-09-17 18:16:21 -07:00
Jon Gjengset
87365663b1 Missed a submodule checkout 2022-09-17 16:19:55 -07:00
Jon Gjengset
00e6eee93c
Merge pull request #241 from jonhoo/ci
Refresh CI scripts
2022-09-17 18:22:52 -04:00
Jon Gjengset
914417b31c Test with standard TLS 2022-09-17 15:14:01 -07:00
Jon Gjengset
7af7cd16e4 Don't pass incorrect TEST_HOST 2022-09-17 15:01:20 -07:00
Jon Gjengset
f272b1515a Use cyrus for coverage for all features 2022-09-17 14:57:10 -07:00
Jon Gjengset
b50b4dee71 Enable doc_cfg on docs.rs 2022-09-17 14:53:36 -07:00
Jon Gjengset
a999f1fce4 Refresh CI scripts 2022-09-17 14:50:07 -07:00
Jon Gjengset
445432f9ed Release alpha 9 2022-09-17 14:40:16 -07:00
Jon Gjengset
1a81abbdb8
Merge pull request #227 from urkle/feat-acl-protocol
add in ACL extension support
2022-09-17 16:12:02 -04:00
Jon Gjengset
99ddee84ab Standardize on 'main' as branch name 2022-09-17 12:47:57 -07:00
Jon Gjengset
0f90a0b779 Make everything use checkout@v3 2022-09-17 12:47:38 -07:00
Jon Gjengset
2de2235ad3 Merge another test workflow 2022-09-17 12:46:13 -07:00