Liking cljdoc? Tell your friends :D

net.curiousprogrammer.dns

DNS utilities, building upon excellent dnsjava library: https://github.com/dnsjava/dnsjava

DNS utilities, building upon excellent dnsjava library: https://github.com/dnsjava/dnsjava
raw docstring

net.curiousprogrammer.email

Basic utilities for checking emails. The core function is verify! which can perform multiple checks depending on the options.

You can also call validate (basic syntax check) and disposable? separately.

Basic utilities for checking emails.
The core function is `verify!` which can perform multiple checks
depending on the options.

You can also call `validate` (basic syntax check) and `disposable?` separately.
raw docstring

net.curiousprogrammer.smtp

Primitive smtp client. For now, just enough functionality to be able to verify email recipients.

TODO: this is work in progress and doesn't work apart from JDK 8. Alternative solution based on commons-net package might be implemented later.

Primitive smtp client.
For now, just enough functionality to be able to verify email recipients.

TODO: this is work in progress and doesn't work apart from JDK 8.
Alternative solution based on commons-net package might be implemented later.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close