summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/mail_services.py
AgeCommit message (Collapse)Author
2016-05-02[feature] pluggable backends and api registryKali Kaneko
the idea behind this mechanism (partially implemented for that) is to be able to check the backend output against some type annotations. We want to be able to detect if a given backend (real services or authoritative mocks) have diverged from what's specified in the API annotations.
2016-05-02[bug] fix hardcoded pathsKali Kaneko
2016-04-19some fixes after reviewKali Kaneko
2016-04-19[refactor] use latest implementation of service_hooksKali Kaneko
2016-04-19[feature] add loggingKali Kaneko
2016-04-19[feature] landing of bitmask.coreKali Kaneko