Skip to content
Snippets Groups Projects
Commit 1d1ac792 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

added verify (VRFY)

Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.11
parent b98c617d
No related branches found
No related tags found
No related merge requests found
...@@ -110,4 +110,9 @@ class client ...@@ -110,4 +110,9 @@ class client
"content-transfer-encoding": "content-transfer-encoding":
"8bit"]))); "8bit"])));
} }
array(int|string) verify(string addr)
{
return ({command("VRFY "+addr),rest});
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment