[IMAPx] Use case-insensitive compares and hash table functions
authorMilan Crha <mcrha@redhat.com>
Wed, 23 Apr 2014 13:06:44 +0000 (15:06 +0200)
committerMilan Crha <mcrha@redhat.com>
Wed, 23 Apr 2014 13:09:37 +0000 (15:09 +0200)
commitc59531d9368ec997968b3fd9eba74295937e9c77
tree502a71a84c0ef5004234ec117e7294f951aa980d
parent8f72d4b4d224262a1101746bb1e8f3f773291c86
[IMAPx] Use case-insensitive compares and hash table functions

Almost all attributes, responses and commands in general are
case-insensitive in IMAPx, thus even the code can "normalize"
the respective strings to proper case, it's safer to use
case-insensitive compares and equal-functions in hash tables
where applicable.
camel/providers/imapx/camel-imapx-list-response.c
camel/providers/imapx/camel-imapx-mailbox.c
camel/providers/imapx/camel-imapx-server.c
camel/providers/imapx/camel-imapx-utils.c