summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/mail_services.py
AgeCommit message (Collapse)Author
2016-08-15[bug] rename mail get-token commandsKali Kaneko
otherwise the command cannot be dispatched. return dicts instead of strings too.
2016-07-03[feat] use subcommands in the cliRuben Pollan
Reorganize all the commands to don't use '--' but parse each subcommand separately.
2016-07-03[feat] add keys from the bitmask cliRuben Pollan
- Resolves: #7965
2016-07-03[feat] add support for private keys into bitmask cliRuben Pollan
2016-07-03[feat] add delete key command to the cliRuben Pollan
2016-07-03[feat] print list of keys nicely in the cliRuben Pollan
2016-07-03[feat] implement key exportRuben Pollan
2016-07-03[bug] use the base clase to add the instance to the KeymanagerContainerRuben Pollan
2016-07-03[feat] use one single mail_auth token instead of imap/smtp tokensRuben Pollan
The core was not addapted to the mail_auth token.
2016-05-24[feat] use active addresses in the key listingRuben Pollan
- Related: #8068
2016-05-24[feat] Adapt to the new KeyManager API without key typesRuben Pollan
- Related: #8031
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