Renamed smtp.{cpp|h} to SMTP.{cpp|h}.

This commit is contained in:
Axel Dörfler
2015-01-06 15:22:00 +01:00
parent 146357b547
commit 4d30240166
3 changed files with 3 additions and 3 deletions
@@ -8,7 +8,7 @@ SubDirHdrs [ FDirName $(HAIKU_TOP) headers os add-ons mail_daemon ] ;
local sources =
ConfigView.cpp
smtp.cpp
SMTP.cpp
md5c.c
;
@@ -37,5 +37,5 @@ DoCatalogs SMTP :
x-vnd.Haiku-SMTP
:
ConfigView.cpp
smtp.cpp
SMTP.cpp
;
@@ -10,7 +10,7 @@
//! Implementation of the SMTP protocol
#include "smtp.h"
#include "SMTP.h"
#include <map>