]> granicus.if.org Git - curl/commit
imap: Changed the order of the response types in imap_endofresp()
authorSteve Holme <steve_holme@hotmail.com>
Sun, 24 Feb 2013 16:14:16 +0000 (16:14 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 24 Feb 2013 16:14:16 +0000 (16:14 +0000)
commit37f0caeabdf41413e4c993b439239be9b193d87b
tree5a10e70135980279ecfc4aa3a3eab38f3808f118
parent671f896c0b6aef37fd57c6fb702275d8ad6bade0
imap: Changed the order of the response types in imap_endofresp()

From a maintenance point of view the code reads better to view tagged
responses, then untagged followed by continuation responses.

Additionally, this matches the order of responses in POP3.
lib/imap.c