ec63b4fe6b
We were using the internal imaplib2 _get_untagged_response() functions a few times. Replace 3 of these calls with 2 calls to the public function response() rather than fudging with internals that could change anytime. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>