assumpta-core: Core functionality for an SMTP client
A library for constructing SMTP clients, which provides the
core functionality for
assumpta. It
provides a monad transformer and an mtl-style class for sending
SMTP commands (including STARTTLS
) to a server and checking
for expected responses, over some abstract connection type.
It does not provide a concrete implementation which can actually be used to communicate over a network - for that, see the assumpta package.
For further details, please see the README on GitHub at https://github.com/phlummox/assumpta-core#readme.
[Skip to Readme]
Modules
[Index]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
stack-based-tests | enable tests requiring stack | Disabled |
warnmore | Enable plenty of ghc warning flags | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- assumpta-core-0.1.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2 |
---|---|
Change log | ChangeLog.md |
Dependencies | attoparsec, base (>=4.0 && <5), base64-bytestring, bytestring, constraints, cryptonite, exceptions, memory, mtl, text, transformers [details] |
License | BSD-2-Clause |
Copyright | 2020 phlummox |
Author | phlummox |
Maintainer | phlummox2@gmail.com |
Category | Network |
Home page | https://github.com/phlummox/assumpta-core#readme |
Bug tracker | https://github.com/phlummox/assumpta-core/issues |
Source repo | head: git clone https://github.com/phlummox/assumpta-core |
Uploaded | by phlummox at 2020-01-29T04:27:05Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1025 total (13 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |