* serv_vcard: don't run hooks when not logged in (such as in SMTP sessions)
authorArt Cancro <ajc@citadel.org>
Sun, 26 Dec 1999 21:50:07 +0000 (21:50 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 26 Dec 1999 21:50:07 +0000 (21:50 +0000)
commitcbd9ffc2d38ecaf73e5d4293c94478244516b25b
tree7c5a0796f06d5477c564599d4e781257898dea85
parentdeeb5f6af706d669bec895888bf4c6288a0c89f1
* serv_vcard: don't run hooks when not logged in (such as in SMTP sessions)
* serv_pop3: added.  This is the skeleton for a module implementing POP3.
citadel/ChangeLog
citadel/Makefile.in
citadel/internet_addressing.c
citadel/serv_pop3.c [new file with mode: 0644]
citadel/serv_vcard.c