Closed laforge49 closed 12 years ago
I am loath to do this, as it will do terrible things to the API. However, we can extend the request wrapper with RP, which would eliminate one object and give us a nice speed boost.
Done, and with about a 30% speedup for shared mailboxes, about 10% speedup for unshared (commandeered) mailboxes.
Eliminate the request and response wrappers by moving the code into the base Request class and by creating a base Response class.