Move: give the SMTP-Client its own file.
authorWilfried Goesgens <dothebart@citadel.org>
Wed, 15 Dec 2010 11:44:57 +0000 (12:44 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Wed, 15 Dec 2010 11:44:57 +0000 (12:44 +0100)
commitf4693017e0e3eca231dad3b67cc4a6211f522343
tree1ca1ab89ea60ba073328ca5c96d4fc33be9af1ed
parent2b1667d2828e4337fbee72d051d14e1c69453d9c
Move: give the SMTP-Client its own file.

 - move the SMTP-Client functionality into its own file.
 - re-bootstrap so the new files are added to your makefiles!
citadel/modules/smtp/serv_smtp.c
citadel/modules/smtp/serv_smtpclient.c [new file with mode: 0644]
citadel/modules/smtp/smtp_util.c [new file with mode: 0644]
citadel/modules/smtp/smtp_util.h [new file with mode: 0644]