Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/deltachat/rust-imap
IMAP client library for Rust
https://github.com/deltachat/rust-imap
Adding test for readline failing on err
bebcfab52c00b3fa2d25b413129ee2f28b4fd39f authored over 8 years ago by Matt McCoy <[email protected]>
bebcfab52c00b3fa2d25b413129ee2f28b4fd39f authored over 8 years ago by Matt McCoy <[email protected]>
Changing error message for readline
d5e8877eaf6a6ad57b93de5360985856f4e76506 authored over 8 years ago by Matt McCoy <[email protected]>
d5e8877eaf6a6ad57b93de5360985856f4e76506 authored over 8 years ago by Matt McCoy <[email protected]>
Moving line reading into its own function
eeffe7420fafe8a55a2efd5ebfe6caa5cf80410a authored over 8 years ago by Matt McCoy <[email protected]>
eeffe7420fafe8a55a2efd5ebfe6caa5cf80410a authored over 8 years ago by Matt McCoy <[email protected]>
Move mailbox to its own file
625fb09c8b426296ead488943f993a0f5b592204 authored over 8 years ago by Matt McCoy <[email protected]>
625fb09c8b426296ead488943f993a0f5b592204 authored over 8 years ago by Matt McCoy <[email protected]>
Adding FETCH test
50a55d59c4e349ea175e677fdbe0950c7708c1be authored over 8 years ago by Matt McCoy <[email protected]>
50a55d59c4e349ea175e677fdbe0950c7708c1be authored over 8 years ago by Matt McCoy <[email protected]>
Adding tests for create and delete
6dd23c4647d373cec528827c1d13982216eb252e authored over 8 years ago by Matt McCoy <[email protected]>
6dd23c4647d373cec528827c1d13982216eb252e authored over 8 years ago by Matt McCoy <[email protected]>
Adding NOOP test
de06ae79601a7368789949d3b38f6be202f86d62 authored over 8 years ago by Matt McCoy <[email protected]>
de06ae79601a7368789949d3b38f6be202f86d62 authored over 8 years ago by Matt McCoy <[email protected]>
Adding login and logout test
2d2c0ba96116c94e5b09603f2c3481bc5bf7139a authored over 8 years ago by Matt McCoy <[email protected]>
2d2c0ba96116c94e5b09603f2c3481bc5bf7139a authored over 8 years ago by Matt McCoy <[email protected]>
Adding test for RENAME command
735ba9562a565a7fcd94ae281df84914356c134d authored over 8 years ago by Matt McCoy <[email protected]>
735ba9562a565a7fcd94ae281df84914356c134d authored over 8 years ago by Matt McCoy <[email protected]>
Adding more testing for EXPUNGE, SUBSCRIBE, and UNSUBSCRIBE
f41b7916efad3cf09faa412f517fa2a21d80f518 authored over 8 years ago by Matt McCoy <[email protected]>
f41b7916efad3cf09faa412f517fa2a21d80f518 authored over 8 years ago by Matt McCoy <[email protected]>
Adding proper eror message for invalid check command in test
bfe882b2a71ffcc6ec1fe6220dfe0f241ae78dd1 authored over 8 years ago by Matt McCoy <[email protected]>
bfe882b2a71ffcc6ec1fe6220dfe0f241ae78dd1 authored over 8 years ago by Matt McCoy <[email protected]>
Removing uneeded matching in the test statements
ff2fa37efaf70c54be69a5c108ae29e80191b1ea authored over 8 years ago by Matt McCoy <[email protected]>
ff2fa37efaf70c54be69a5c108ae29e80191b1ea authored over 8 years ago by Matt McCoy <[email protected]>
Adding test for check
44b92ec7aca947adbbc3fa07fa495823460f4539 authored over 8 years ago by Matt McCoy <[email protected]>
44b92ec7aca947adbbc3fa07fa495823460f4539 authored over 8 years ago by Matt McCoy <[email protected]>
Fixing expunge command to actually send EXPUNGE
350329b5a45b7e1b20c093e4fd17a7f49b81ca74 authored over 8 years ago by Matt McCoy <[email protected]>
350329b5a45b7e1b20c093e4fd17a7f49b81ca74 authored over 8 years ago by Matt McCoy <[email protected]>
Removing uneeded wrapper around read_response in run_command
91bcdf1a4e5d4096d9b3d16d5a57246fb58667f9 authored over 8 years ago by Matt McCoy <[email protected]>
91bcdf1a4e5d4096d9b3d16d5a57246fb58667f9 authored over 8 years ago by Matt McCoy <[email protected]>
Adding more tests
1cf02a409cff8f930a799f8fe217ae84c2dc4ee2 authored over 8 years ago by Matt McCoy <[email protected]>
1cf02a409cff8f930a799f8fe217ae84c2dc4ee2 authored over 8 years ago by Matt McCoy <[email protected]>
Adding TODO for make sure the client can read the response correctly
b8002d1fb8a9f2bf295adc6ef47fc61ac2973d6e authored over 8 years ago by Matt McCoy <[email protected]>
b8002d1fb8a9f2bf295adc6ef47fc61ac2973d6e authored over 8 years ago by Matt McCoy <[email protected]>
Removing uneeded return statement
b243f1ab5a1c02e71d9a426a01adac7fee039bc9 authored over 8 years ago by Matt McCoy <[email protected]>
b243f1ab5a1c02e71d9a426a01adac7fee039bc9 authored over 8 years ago by Matt McCoy <[email protected]>
Changing IMAPMailbox to Mailbox
fb89e4a50ae85b1e988c49a2a2d51bdab87a04f0 authored over 8 years ago by Matt McCoy <[email protected]>
fb89e4a50ae85b1e988c49a2a2d51bdab87a04f0 authored over 8 years ago by Matt McCoy <[email protected]>
Fixing some formatting of code
7f92a1429e4e31b86974aa26c3cfb01dae7628fd authored over 8 years ago by Matt McCoy <[email protected]>
7f92a1429e4e31b86974aa26c3cfb01dae7628fd authored over 8 years ago by Matt McCoy <[email protected]>
Adding INITIAL_TAG to test code
2e05110ba2b9a004eb80ad462bdbd604c5a1e058 authored over 8 years ago by Matt McCoy <[email protected]>
2e05110ba2b9a004eb80ad462bdbd604c5a1e058 authored over 8 years ago by Matt McCoy <[email protected]>
Adding mock stream to its own file
59bee5bd42ce59192f1f82d6e48343f7d78f048a authored over 8 years ago by Matt McCoy <[email protected]>
59bee5bd42ce59192f1f82d6e48343f7d78f048a authored over 8 years ago by Matt McCoy <[email protected]>
Adding base testing work
b25a2c4215c41d714bc6d92aebe8772eaf6074c8 authored over 8 years ago by Matt McCoy <[email protected]>
b25a2c4215c41d714bc6d92aebe8772eaf6074c8 authored over 8 years ago by Matt McCoy <[email protected]>
Renaming TCPStream to Client
f4954de642bbcdfe9ac169257dfac93e7243d588 authored over 8 years ago by Matt McCoy <[email protected]>
f4954de642bbcdfe9ac169257dfac93e7243d588 authored over 8 years ago by Matt McCoy <[email protected]>
Adding comments for connection functions
d949de3d0bf43c64d1fe043d7150c7dd8bc38fcc authored over 8 years ago by Matt McCoy <[email protected]>
d949de3d0bf43c64d1fe043d7150c7dd8bc38fcc authored over 8 years ago by Matt McCoy <[email protected]>
Fix initial tag tyype and remove regex creation checks
78f22be6228867a4ad780d1981d31d5158e2b8f2 authored over 8 years ago by Matt McCoy <[email protected]>
78f22be6228867a4ad780d1981d31d5158e2b8f2 authored over 8 years ago by Matt McCoy <[email protected]>
Initial step of making client testable with generics
8981a038708db7827a4337ee49a066716511a69b authored over 8 years ago by Matt McCoy <[email protected]>
8981a038708db7827a4337ee49a066716511a69b authored over 8 years ago by Matt McCoy <[email protected]>
Adding homepage to Cargo.toml
ab5a5bb40ab72d0756d178e77bc395758da4022c authored over 8 years ago by Matt McCoy <[email protected]>
ab5a5bb40ab72d0756d178e77bc395758da4022c authored over 8 years ago by Matt McCoy <[email protected]>
Removing rust nightly build
40d0e9ff0eca8a9d891dba617cbbb2801549f4b3 authored over 8 years ago by Matt McCoy <[email protected]>
40d0e9ff0eca8a9d891dba617cbbb2801549f4b3 authored over 8 years ago by Matt McCoy <[email protected]>
Updating .travis.yml to push test coverage to coveralls.io
dcfa73e50dc0b370eef645e7fe1f9356d9fe5a59 authored over 8 years ago by Matt McCoy <[email protected]>
dcfa73e50dc0b370eef645e7fe1f9356d9fe5a59 authored over 8 years ago by Matt McCoy <[email protected]>
Adding creates.io badge to README
810754f9423a33f2db4de36005cd44564e22b35f authored over 8 years ago by Matt McCoy <[email protected]>
810754f9423a33f2db4de36005cd44564e22b35f authored over 8 years ago by Matt McCoy <[email protected]>
Adding expunge, check, and close commands
5b204cccb894614b2dedecb9813818ab505a8da4 authored over 8 years ago by Matt McCoy <[email protected]>
5b204cccb894614b2dedecb9813818ab505a8da4 authored over 8 years ago by Matt McCoy <[email protected]>
Updating Cargo.toml file with more data
765a939873f38c90a96868ddfc811f85ca09f7be authored over 8 years ago by Matt McCoy <[email protected]>
765a939873f38c90a96868ddfc811f85ca09f7be authored over 8 years ago by Matt McCoy <[email protected]>
Updating README with more information
c90ab54ab0485e482f7f88e2e7b7c1566829f175 authored over 8 years ago by Matt McCoy <[email protected]>
c90ab54ab0485e482f7f88e2e7b7c1566829f175 authored over 8 years ago by Matt McCoy <[email protected]>
Adding some comments for documentation
148356273c4fdb0194f0afd100065412e641819b authored over 8 years ago by Matt McCoy <[email protected]>
148356273c4fdb0194f0afd100065412e641819b authored over 8 years ago by Matt McCoy <[email protected]>
Removing unused security key for travis ci
fde5d39fb323a868c057f7ec9f7f24d465223fb5 authored over 8 years ago by Matt McCoy <[email protected]>
fde5d39fb323a868c057f7ec9f7f24d465223fb5 authored over 8 years ago by Matt McCoy <[email protected]>
Adding encryption for GH_TOKEN for travis ci build
e8e2dcd2d8c60e6889ee2a11ef7b763493f2243d authored over 8 years ago by Matt McCoy <[email protected]>
e8e2dcd2d8c60e6889ee2a11ef7b763493f2243d authored over 8 years ago by Matt McCoy <[email protected]>
Fixing to use stable version of rust
7eee407b259c4eb2861deee3f7c458115d36cc56 authored over 8 years ago by Matt McCoy <[email protected]>
7eee407b259c4eb2861deee3f7c458115d36cc56 authored over 8 years ago by Matt McCoy <[email protected]>
Fixing indentation of .travis.yml
d73f1c7c334f850a1be2cdea5f4d0fdd42730b86 authored over 8 years ago by Matt McCoy <[email protected]>
d73f1c7c334f850a1be2cdea5f4d0fdd42730b86 authored over 8 years ago by Matt McCoy <[email protected]>
chaning before_script to before_install
a124b9c1570e30b56727ae137536b89fd6d6e16b authored over 8 years ago by Matt McCoy <[email protected]>
a124b9c1570e30b56727ae137536b89fd6d6e16b authored over 8 years ago by Matt McCoy <[email protected]>
Adding travis-cargo to build for docs
3e2aacf35d3d8fe3bc51265ffd613c1e7b2218ae authored over 8 years ago by Matt McCoy <[email protected]>
3e2aacf35d3d8fe3bc51265ffd613c1e7b2218ae authored over 8 years ago by Matt McCoy <[email protected]>
Fixing test
a3ee094a50893129b35269db0a3495f3b036d159 authored over 8 years ago by Matt McCoy <[email protected]>
a3ee094a50893129b35269db0a3495f3b036d159 authored over 8 years ago by Matt McCoy <[email protected]>
Simplify login using ToSocketAddrs
eee1ad355a3bb1dab09c7ab6fe486595163c8dc8 authored over 8 years ago by Matt McCoy <[email protected]>
eee1ad355a3bb1dab09c7ab6fe486595163c8dc8 authored over 8 years ago by Matt McCoy <[email protected]>
Merge pull request #13 from miquelruiz/master
Try connection instead of unwrapping
8477a858f28236ee534fc6f976da1e1f74e9c6d1 authored over 8 years ago by Matt McCoy <[email protected]>
Try connection instead of unwrapping
Return an error instead of panicking on connection errors, which allows to
handle the problem fr...
Merge pull request #10 from bon-chi/fix-typo-on-example
fix typo
0cbe8dbd10fdcdd7960b1a5ebccce7ae4ce651bd authored almost 9 years ago by Matt McCoy <[email protected]>
fix typo
paramanent_flag => permanent_flag
d4ad115d93c66536237f739e7cd4a1dd43a51cbb authored almost 9 years ago by Koji Ota <[email protected]>
Incrementing version number
1e52fa83251828cf2b22cee94a71404b17a309ab authored almost 9 years ago by Matt McCoy <[email protected]>
1e52fa83251828cf2b22cee94a71404b17a309ab authored almost 9 years ago by Matt McCoy <[email protected]>
Merge pull request #8 from frewsxcv/relicense
Relicense as Apache 2.0 / MIT
b6426c0b9da8c49acf059435b10a69c9b86924e0 authored almost 9 years ago by Matt McCoy <[email protected]>
Relicense as Apache 2.0 / MIT
Closes #7
fca5be62a7fa87fdd018b23d7cd2046ba27e6e88 authored almost 9 years ago by Corey Farwell <[email protected]>
Updating to version 0.0.4
e9c6577ffaa98d30f6832e83372286a9e4254c80 authored about 9 years ago by Matt McCoy <[email protected]>
e9c6577ffaa98d30f6832e83372286a9e4254c80 authored about 9 years ago by Matt McCoy <[email protected]>
Merge pull request #5 from xunien/master
SslStream::new is deprecated
2f810895629ca4c48b41b965e57276e3a68a564c authored about 9 years ago by Matt McCoy <[email protected]>
SslStream::new is deprecated
a3cb1c22d9a282543b9af8d0f215eac1479fbf35 authored about 9 years ago by Julien Rolland <[email protected]>
a3cb1c22d9a282543b9af8d0f215eac1479fbf35 authored about 9 years ago by Julien Rolland <[email protected]>
Merge pull request #4 from ArtemGr/master
Expose run_command
4a85c99a4852f929df711bea5f4f52bc72cfa3f2 authored about 9 years ago by Matt McCoy <[email protected]>
Expose run_command
fbb4b23f757c3eb745b67051a04cf312d1336559 authored about 9 years ago by Artem <[email protected]>
fbb4b23f757c3eb745b67051a04cf312d1336559 authored about 9 years ago by Artem <[email protected]>
Merge pull request #2 from frewsxcv/patch-1
Fix syntax highlighting in README
2fd5a4224a7efbcf096259fda3725a4e06cbd2e0 authored over 9 years ago by Matt McCoy <[email protected]>
Fix syntax highlighting in README
f2f0f46a0cced5b82a3e756f088e1d0fbd86d95a authored over 9 years ago by Corey Farwell <[email protected]>
f2f0f46a0cced5b82a3e756f088e1d0fbd86d95a authored over 9 years ago by Corey Farwell <[email protected]>
Bumping to version 0.0.3
4d6fce59aba14161f70df984d3b16bc360717961 authored over 9 years ago by Matt McCoy <[email protected]>
4d6fce59aba14161f70df984d3b16bc360717961 authored over 9 years ago by Matt McCoy <[email protected]>
Merge pull request #1 from arges/master
Allow connect to take both &str and String
9fb61353af08beef77e4b4d5ed6e0f5162fc72f5 authored over 9 years ago by Matt McCoy <[email protected]>
Allow connect to take both &str and String
It would be useful to allow a String to be passed to connect instead of just
a &'static str. Thi...
Updating to compile for the most recent version of rust
298eac6598db3903bebfb73776d6e8323844c0b5 authored over 9 years ago by Matt McCoy <[email protected]>
298eac6598db3903bebfb73776d6e8323844c0b5 authored over 9 years ago by Matt McCoy <[email protected]>
Uncommenting printing in main
aee89113a69797a08cb7288aaaa942dea8fab34b authored over 9 years ago by Matt McCoy <[email protected]>
aee89113a69797a08cb7288aaaa942dea8fab34b authored over 9 years ago by Matt McCoy <[email protected]>
Triggering a build
a25bf47d1cfc0721937e3a6df785378965097a54 authored over 9 years ago by Matt McCoy <[email protected]>
a25bf47d1cfc0721937e3a6df785378965097a54 authored over 9 years ago by Matt McCoy <[email protected]>
Initial Commit
95e66760552e1f267f7d2c66b886c7fbefd4696f authored over 9 years ago by Matt McCoy <[email protected]>
95e66760552e1f267f7d2c66b886c7fbefd4696f authored over 9 years ago by Matt McCoy <[email protected]>