ebeigarts / exchanger

Ruby client for Exchange Web Services
MIT License
57 stars 36 forks source link

Add MoveItem API #28

Closed ml-snow closed 4 years ago

ml-snow commented 4 years ago

Hi @ebeigarts,

I found your gem while looking into how to process reports from an Exchange inbox. Great work creating it!

In order to keep the process effective I had to add the MoveItem API call so that I could move processed reports out of the inbox. This PR contains the following changes:

Running bundle exec rake specpasses locally. Using Ruby 2.7.0.

ebeigarts commented 4 years ago

@ml-snow thanks, looks good!

ebeigarts commented 4 years ago

0.3.0 has been released