Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxmedia/email.c')
-rw-r--r--src/libs/zbxmedia/email.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libs/zbxmedia/email.c b/src/libs/zbxmedia/email.c
index 17faf25e2d6..aa547600b99 100644
--- a/src/libs/zbxmedia/email.c
+++ b/src/libs/zbxmedia/email.c
@@ -39,8 +39,6 @@
/******************************************************************************
* *
- * Function: str_base64_encode_rfc2047 *
- * *
* Purpose: Encode a string into a base64 string as required by rfc2047. *
* Used for encoding e-mail headers. *
* *
@@ -122,8 +120,6 @@ static int smtp_readln(zbx_socket_t *s, const char **buf)
/********************************************************************************
* *
- * Function: smtp_parse_mailbox *
- * *
* Purpose: 1. Extract a display name and an angle address from mailbox string *
* for using in "MAIL FROM:", "RCPT TO:", "From:" and "To:" fields. *
* 2. If the display name contains multibyte UTF-8 characters encode *
@@ -795,8 +791,6 @@ out:
/******************************************************************************
* *
- * Function: zbx_mailaddr_free *
- * *
* Purpose: frees the mail address object *
* *
* Parameters: mailaddr - [IN] the mail address *