Renamed smtp.{cpp|h} to SMTP.{cpp|h}.
This commit is contained in:
@@ -8,7 +8,7 @@ SubDirHdrs [ FDirName $(HAIKU_TOP) headers os add-ons mail_daemon ] ;
|
|||||||
|
|
||||||
local sources =
|
local sources =
|
||||||
ConfigView.cpp
|
ConfigView.cpp
|
||||||
smtp.cpp
|
SMTP.cpp
|
||||||
md5c.c
|
md5c.c
|
||||||
;
|
;
|
||||||
|
|
||||||
@@ -37,5 +37,5 @@ DoCatalogs SMTP :
|
|||||||
x-vnd.Haiku-SMTP
|
x-vnd.Haiku-SMTP
|
||||||
:
|
:
|
||||||
ConfigView.cpp
|
ConfigView.cpp
|
||||||
smtp.cpp
|
SMTP.cpp
|
||||||
;
|
;
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
//! Implementation of the SMTP protocol
|
//! Implementation of the SMTP protocol
|
||||||
|
|
||||||
|
|
||||||
#include "smtp.h"
|
#include "SMTP.h"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
Reference in New Issue
Block a user