André Thieme
345bd64487
Update greenmail docker image version in README. ( #281 )
2024-02-17 09:33:50 +01:00
Edward Rudd
bb39460491
Change the client builder so that it abstracts away connecting to TLS or non-TLS connections and what TLS provider is used.
...
- this allows a more transparent and versatile usage of the library as one can simply compile it as-is and then use the builder to configure where we connect and how we connect without having to be concerned about what type is used for the imap::Client / imap::Session
2023-10-05 17:32:58 -04:00
Conrad Hoffmann
fc285f7421
README: fix Greenmail version in example command
...
The instructions on running the integration tests use an outdated
version of Greenmail with which the tests will not pass. Update it to
the latest version, like in the pull command above it.
2022-08-02 11:36:48 +02:00
Edward Rudd
38a4030ff9
update github actions to test against cyrus-imapd as well as greenmail
2022-07-26 04:19:47 -07:00
Jon Gjengset
de9ccbc515
bump greenmail
2022-04-14 18:36:46 -07:00
Jon Gjengset
bba160920c
No CI badge
2022-02-19 11:03:41 -08:00
mordak
7204697dd9
Add ClientBuilder helper to make setting up TLS connections easy. ( #197 )
...
Also replaces connect() and connect_starttls() with ClientBuilder.
2021-05-10 22:39:46 -04:00
Jon Gjengset
2653c82768
Greenmail 1.6.3 everywhere
...
Fixes #187 .
2021-03-31 21:21:39 -07:00
Dean Li
8f9b5ee939
Doc: match image version from docker pull
2021-03-14 10:37:11 +08:00
Jon Gjengset
a709e2714b
Recommend newer greenmail
2021-03-06 15:24:49 -08:00
Jon Gjengset
6e19d3a6d9
Note looking for maintainers
2021-03-06 15:08:14 -08:00
Jon Gjengset
ef842b7f08
Re-generate README
2021-03-06 15:04:33 -08:00
Jon Gjengset
7fabf34c22
Move to Azure Pipelines
2019-09-03 11:51:46 -04:00
Jon Gjengset
7ef76c029f
Badges for new CI
2019-04-29 11:18:38 -04:00
Jon Gjengset
85d34f3735
Move to travis-ci.com
2019-03-17 12:46:14 -04:00
Jon Gjengset
70ca4f7ef8
Note the use of Greenmail 1.5.9
2018-12-07 16:37:48 -05:00
Jon Gjengset
86d4da84d7
Note that we support older stable versions
...
[skip ci]
2018-11-24 15:16:29 -05:00
Jon Gjengset
a2b0773622
Remove AppVeyor now that Travis does Windows
...
[skip ci]
2018-11-24 14:17:30 -05:00
Jon Gjengset
328144b3f5
Add testing instructions to README
2018-11-22 20:56:42 -05:00
Jon Gjengset
8299a6be9d
Bump version for repository move
2018-11-22 20:55:25 -05:00
Jon Gjengset
35acfeb108
Fix up README
2018-11-22 14:46:31 -05:00
Jon Gjengset
f83742dc3d
A significant documentation upgrade
...
Fixes #77 .
Touches on #74 .
Fixes #70 through documentation (I think?)
Fixes #62 .
2018-11-21 16:37:47 -05:00
Shaun Savage
a11c4e5673
TlsConnector::build() unwrap() not needed
2018-06-26 20:10:11 +00:00
Jon Gjengset
210a12b791
Used wrong doc badge link
2018-04-03 13:04:44 -04:00
Jon Gjengset
73c8d0ddc2
Move README example into src/lib.rs
...
This way it'll be run as a doctest and we'll know if it breaks (again).
Fixes #67 .
2018-04-03 13:01:59 -04:00
Greizgh
a29874d41b
Update readme to use native_tls
2017-10-30 20:57:06 -04:00
Matt McCoy
9ff36c3bef
Update and add badges to README ( #47 )
...
Adding badges for the number of crate downloads
and license. Also updating the crate badge to
be retreived from img.shields.io.
2017-10-04 20:06:57 -04:00
Jon Gjengset
300cfc04f8
Use docs.rs for documentation ( #40 )
...
* Use docs.rs for documentation
This would also allow deleting the `gh-pages` branch (which is pretty large).
I'd also recommend adding `badges` and `categories` to make the crates.io page more useful (see [this](http://www.integer32.com/2017/01/20/categories-and-ci-badges.html )), but I'll leave that up to you.
* Remove more references to old docs
2017-09-28 17:19:54 -04:00
Matt McCoy
55e860e8d4
Add a build for windows using appveyor ( #37 )
2017-07-12 17:05:32 -04:00
Matt McCoy
86e1d46507
rustfmt the codebase ( #36 )
...
This will ensure that we are properly formatting this library code according to rust standards
2017-07-10 21:38:13 -04:00
Matt McCoy
3b6816b732
Updating version
2017-05-02 21:57:45 -04:00
Matt McCoy
dcf4a4299a
Adding more line to get coverage to show on README.md
2016-06-29 19:15:31 -04:00
Matt McCoy
2311c19435
Adding coverage status badge to README.md
2016-06-29 18:56:13 -04:00
Matt McCoy
b593d943ef
Updating README.md and the basic example
2016-06-29 18:53:23 -04:00
Matt McCoy
810754f942
Adding creates.io badge to README
2016-06-15 21:57:51 -04:00
Matt McCoy
c90ab54ab0
Updating README with more information
2016-06-15 19:55:55 -04:00
Koji Ota
d4ad115d93
fix typo
...
paramanent_flag => permanent_flag
2016-03-16 00:40:46 +09:00
Corey Farwell
fca5be62a7
Relicense as Apache 2.0 / MIT
...
Closes #7
2016-01-10 17:34:19 -05:00
Corey Farwell
f2f0f46a0c
Fix syntax highlighting in README
2015-08-23 19:47:36 -04:00
Matt McCoy
a25bf47d1c
Triggering a build
2015-04-15 16:26:09 -04:00
Matt McCoy
95e6676055
Initial Commit
2015-04-15 16:23:58 -04:00