NTC MAIL 添加 eml_key字段

This commit is contained in:
leijun
2018-08-21 12:02:00 +08:00
parent d52178a510
commit de567f9e35
4 changed files with 992 additions and 981 deletions

View File

@@ -9,7 +9,15 @@ public class NtcMailLog extends BaseLogEntity<NtcMailLog> {
private String mailTo;
private String subject;
private String emlFile;
private String emlKey;
public String getEmlKey() {
return emlKey;
}
public void setEmlKey(String emlKey) {
this.emlKey = emlKey;
}
public String getMailProto() {
return mailProto;
}

View File

@@ -617,7 +617,7 @@ val_dst_ip=Server IP format is incorrect or inconsistent with IP type
val_dst_mask=Server IP mask format is incorrect or inconsistent with IP type
val_dst_port=Server port is empty or incorrectly formatting(0-65535)
val_dst_port_mask=Server port mask format is incorrect(0-65535)
val_protocol=Protocol Can't be empty,and should be 6(TCP),17(UDP),0(\u4EFB\u610F)
val_protocol=Protocol Can't be empty,and should be 6(TCP),17(UDP),0(\u4efb\u610f)
val_direction=Direction should be 0(bidirectional) or 1(unidirectional)
#===============protocol IP Import end=================
@@ -673,6 +673,7 @@ mail_from=Sender
mail_to=Recipient
subject=Subject
eml_file=EML File
eml_key=EML File Key
contrl_tunnel=Control Tunnel
data_tunnel=Data Tunnel
contrl_message=Control Message
@@ -1043,7 +1044,7 @@ app_desc=Application Description
tunnel_code=Tunnel Behavior No
tunnel_name=Tunnel Behavior Name
tunnel_desc=Tunnel Behavior Description
call_external_procedures_failed=Call external procedures failedfile_strategy=\u6587\u4EF6\u7B56\u7565
call_external_procedures_failed=Call external procedures failedfile_strategy=\u6587\u4ef6\u7b56\u7565
file_strategy=File Strategy
file_desc=File Desc
content_type=Content Type

File diff suppressed because it is too large Load Diff

View File

@@ -168,6 +168,7 @@
<th><spring:message code="mail_to"/></th>
<th><spring:message code="subject"/></th>
<th><spring:message code="eml_file"/></th>
<th><spring:message code="eml_key"/></th>
<th><spring:message code="clj_ip"/></th>
<th><spring:message code="protocol"/></th>