pop3: Moved the per-request variables to the per-request data structure
authorSteve Holme <steve_holme@hotmail.com>
Sat, 23 Feb 2013 16:15:38 +0000 (16:15 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 23 Feb 2013 16:15:38 +0000 (16:15 +0000)
commit29a4a16db8dbf060ef193ff9d673d69449ec079f
tree735d7eb1a27c5007ea97cdc6f03ecf0930d59602
parente2201dc849e7d5ba3104021559630030f6a8eec0
pop3: Moved the per-request variables to the per-request data structure

Moved the mailbox and custom request variables from the per-connection
struct pop3_conn to the new per-request struct and fixed references
accordingly.
lib/pop3.c
lib/pop3.h