JNetKits
Home PageCategories: Internet and communications
Author: WiseSoft
Latest version: 3.0
Added 2005-12-13
Suite of TCP/IP networking components for the Java platform.
JNetKits includes components for FTP, SMTP, POP3, MIME.
Features include:
- JEmailValidator:
- syntax check: validates the addresses for syntax, whether they have all of the mandatory characters present (e.g. @) and any illegal characters present (e.g. ~). It will also check for multiple occurrences of required characters (e.g. @@).
- DNS/MX record check: validates the domain name with a DNS server to ensure that the email domain is a valid registered domain.
- Mail server check: validates an email address by mail server to ensure that the mail server really accepts the email address.
- General features of SMTP: send one or more; send HTML email; support for SMTP server authentication; add custom headers; send bulk email.
- General features of POP3: communicate with a POP3 server; retrieve messages from a POP3 server; delete messages from a POP3 server; store messages to disk.
- General features of FTP: connect to an FTP server; work with directories on the server (get current directory name, change working directory, create or remove directory on FTP server); get file list of current working directory from FTP server; upload a file; download a file; rename a file or remove a file from the FTP server.
Built for Java |
Library |