]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: Added initial support for pop3c backend.
authorTimo Sirainen <tss@iki.fi>
Mon, 2 Jan 2012 14:30:06 +0000 (16:30 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 2 Jan 2012 14:30:06 +0000 (16:30 +0200)
commit01435c38e7d671d5a892c4b802cfb204881cd454
tree5aec905657e5a285f4b4d0a098d5ff1b6d988f47
parent21b4abea655ed3450832e6b563e4a2025c466eec
lib-storage: Added initial support for pop3c backend.
12 files changed:
configure.in
src/lib-storage/index/Makefile.am
src/lib-storage/index/pop3c/Makefile.am [new file with mode: 0644]
src/lib-storage/index/pop3c/pop3c-client.c [new file with mode: 0644]
src/lib-storage/index/pop3c/pop3c-client.h [new file with mode: 0644]
src/lib-storage/index/pop3c/pop3c-mail.c [new file with mode: 0644]
src/lib-storage/index/pop3c/pop3c-settings.c [new file with mode: 0644]
src/lib-storage/index/pop3c/pop3c-settings.h [new file with mode: 0644]
src/lib-storage/index/pop3c/pop3c-storage.c [new file with mode: 0644]
src/lib-storage/index/pop3c/pop3c-storage.h [new file with mode: 0644]
src/lib-storage/index/pop3c/pop3c-sync.c [new file with mode: 0644]
src/lib-storage/index/pop3c/pop3c-sync.h [new file with mode: 0644]