Commit graph

  • 44b92ec7ac Adding test for check Matt McCoy 2016-06-21 16:16:13 -04:00
  • 350329b5a4 Fixing expunge command to actually send EXPUNGE Matt McCoy 2016-06-21 16:13:56 -04:00
  • 91bcdf1a4e Removing uneeded wrapper around read_response in run_command Matt McCoy 2016-06-21 16:12:43 -04:00
  • 1cf02a409c Adding more tests Matt McCoy 2016-06-21 16:11:36 -04:00
  • b8002d1fb8 Adding TODO for make sure the client can read the response correctly Matt McCoy 2016-06-21 15:49:28 -04:00
  • b243f1ab5a Removing uneeded return statement Matt McCoy 2016-06-21 15:48:14 -04:00
  • fb89e4a50a Changing IMAPMailbox to Mailbox Matt McCoy 2016-06-21 15:46:43 -04:00
  • 7f92a1429e Fixing some formatting of code Matt McCoy 2016-06-21 15:41:46 -04:00
  • 2e05110ba2 Adding INITIAL_TAG to test code Matt McCoy 2016-06-21 15:20:59 -04:00
  • 59bee5bd42 Adding mock stream to its own file Matt McCoy 2016-06-21 14:51:08 -04:00
  • b25a2c4215 Adding base testing work Matt McCoy 2016-06-21 14:15:16 -04:00
  • f4954de642 Renaming TCPStream to Client Matt McCoy 2016-06-21 13:52:20 -04:00
  • d949de3d0b Adding comments for connection functions Matt McCoy 2016-06-21 13:34:39 -04:00
  • 78f22be622 Fix initial tag tyype and remove regex creation checks Matt McCoy 2016-06-21 13:32:13 -04:00
  • 8981a03870 Initial step of making client testable with generics Matt McCoy 2016-06-21 12:29:16 -04:00
  • ab5a5bb40a Adding homepage to Cargo.toml Matt McCoy 2016-06-16 19:45:31 -04:00
  • 40d0e9ff0e Removing rust nightly build Matt McCoy 2016-06-16 19:38:08 -04:00
  • dcfa73e50d Updating .travis.yml to push test coverage to coveralls.io Matt McCoy 2016-06-16 19:33:38 -04:00
  • 810754f942 Adding creates.io badge to README Matt McCoy 2016-06-15 21:57:51 -04:00
  • 5b204cccb8 Adding expunge, check, and close commands Matt McCoy 2016-06-15 21:26:17 -04:00
  • 765a939873 Updating Cargo.toml file with more data Matt McCoy 2016-06-15 19:56:18 -04:00
  • c90ab54ab0 Updating README with more information Matt McCoy 2016-06-15 19:55:55 -04:00
  • 148356273c Adding some comments for documentation Matt McCoy 2016-06-15 19:38:37 -04:00
  • fde5d39fb3 Removing unused security key for travis ci Matt McCoy 2016-06-15 19:21:09 -04:00
  • e8e2dcd2d8 Adding encryption for GH_TOKEN for travis ci build Matt McCoy 2016-06-15 19:05:43 -04:00
  • 7eee407b25 Fixing to use stable version of rust Matt McCoy 2016-06-15 18:50:04 -04:00
  • d73f1c7c33 Fixing indentation of .travis.yml Matt McCoy 2016-06-15 18:48:01 -04:00
  • a124b9c157 chaning before_script to before_install Matt McCoy 2016-06-15 18:43:24 -04:00
  • 3e2aacf35d Adding travis-cargo to build for docs Matt McCoy 2016-06-15 18:22:49 -04:00
  • a3ee094a50 Fixing test Matt McCoy 2016-06-15 12:16:10 -04:00
  • eee1ad355a Simplify login using ToSocketAddrs Matt McCoy 2016-06-05 19:41:36 -04:00
  • 8477a858f2 Merge pull request #13 from miquelruiz/master Matt McCoy 2016-06-05 19:20:39 -04:00
  • 6816b922f0 Try connection instead of unwrapping Miquel Ruiz 2016-06-05 12:47:46 +01:00
  • 0cbe8dbd10 Merge pull request #10 from bon-chi/fix-typo-on-example Matt McCoy 2016-04-05 23:04:57 -04:00
  • d4ad115d93 fix typo Koji Ota 2016-03-16 00:40:46 +09:00
  • 1e52fa8325 Incrementing version number Matt McCoy 2016-01-11 10:39:33 -05:00
  • b6426c0b9d Merge pull request #8 from frewsxcv/relicense Matt McCoy 2016-01-10 18:52:15 -05:00
  • fca5be62a7 Relicense as Apache 2.0 / MIT Corey Farwell 2016-01-10 11:54:53 -05:00
  • e9c6577ffa Updating to version 0.0.4 Matt McCoy 2015-12-14 17:36:54 -05:00
  • 2f81089562 Merge pull request #5 from xunien/master Matt McCoy 2015-11-28 19:29:08 -05:00
  • a3cb1c22d9 SslStream::new is deprecated Julien Rolland 2015-11-23 21:59:54 +00:00
  • 4a85c99a48 Merge pull request #4 from ArtemGr/master Matt McCoy 2015-11-06 18:57:18 -05:00
  • fbb4b23f75 Expose run_command Artem 2015-11-05 13:43:52 +03:00
  • 2fd5a4224a Merge pull request #2 from frewsxcv/patch-1 Matt McCoy 2015-08-26 14:42:11 -04:00
  • f2f0f46a0c Fix syntax highlighting in README Corey Farwell 2015-08-23 19:47:36 -04:00
  • 4d6fce59ab Bumping to version 0.0.3 Matt McCoy 2015-06-15 15:13:46 -04:00
  • 9fb61353af Merge pull request #1 from arges/master Matt McCoy 2015-06-15 15:05:27 -04:00
  • ceb4ae6993 Allow connect to take both &str and String Chris J Arges 2015-06-14 23:23:38 -05:00
  • 298eac6598 Updating to compile for the most recent version of rust Matt McCoy 2015-06-07 00:59:53 -04:00
  • aee89113a6 Uncommenting printing in main Matt McCoy 2015-04-15 16:34:22 -04:00
  • a25bf47d1c Triggering a build Matt McCoy 2015-04-15 16:26:09 -04:00
  • 95e6676055 Initial Commit Matt McCoy 2015-04-15 16:23:58 -04:00