NAME
mborg - Command-line interface for Mailbox.org API
VERSION
version 0.001
SYNOPSIS
mborg --user=user@example.com --password=secret login
# Read credentials from environment
MAILBOX_USER=user@example.com MAILBOX_PASSWORD=secret mborg login
# Read credentials from config file (~/.mailboxrc)
mborg login
# Run commands
mborg account list
mborg domain list
mborg mail find "from:user@example.com"
NAME
mborg - Command-line interface for Mailbox.org API
CONFIGURATION
Create a ~/.mailboxrc file:
user=user@example.com
password=secret
base_url=https://api.mailbox.org/v1
COMMANDS
- login
-
Authenticate with Mailbox.org API.
- logout
-
End the current session.
- account list
-
List all accounts.
- account get <email>
-
Get account details.
- domain list [--account=email]
-
List domains.
- domain get <domain>
-
Get domain details.
- mail list [--account=email] [--folder=INBOX] [--unseen_only=1]
-
List emails.
- mail find <query>
-
Search emails.
- system hello
-
Get API hello response.
- system test
-
Test API connection.
- system capabilities
-
Get API capabilities.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/getty/p5-www-mailboxorg/issues.
IRC
Join #perl-help on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <getty@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.