Renamed smtp.{cpp|h} to SMTP.{cpp|h}.
This commit is contained in:
parent
146357b547
commit
4d30240166
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user