The Epeios Meta Mail User Agent CLI frontend ('mmuaqcli') user manual

Name

mmuaqcli - CLI frontend of the Epeios Meta Mail User Agent.

Synopsis

mmuaqcli --help
    Displays this page.
mmuaqcli --version
    Displays the version of the program.
mmuaqcli --license
    Displays the program license.
mmuaqcli --about-backend
    Displays information about the backend.
mmuaqcli --check
    Check mails.
mmuaqcli --create-agent <name> <address:service> <user> <password>
    Creates a new agent.
mmuaqcli --create-folder <name> [<parent>]
    Creates a sub-folder of given name.
mmuaqcli --update-agent <agent> <name> <address:service> <user> [<password>]
    Updates a agent.
mmuaqcli --rename-folder <folder> <name>
    Renames a folder.
mmuaqcli --agents
    Displays agents list.
mmuaqcli --agent <agent>
    Displays some agent information.
mmuaqcli --folders <folder>
    Displays subfolders list of a folder.
mmuaqcli --mails <folder>
    Displays mails list of a folder.
mmuaqcli --mail <mail>
    Displays a mail.
mmuaqcli --move-folder <folder> [<parent>]
    Moves a folder to a new parent.
mmuaqcli --move-mail <mail> <folder>
    Moves a mail to another folder.
mmuaqcli --remove-agent <agent>
    Removes an agent.

<agent> ('Parameters/Agent'):
    agent ID.
<folder> ('Parameters/Folder'):
    folder ID ; root folder if absent.
<mail> ('Parameters/Mail'):
    mail ID.
<name> ('Parameters/Name'):
    name of the item.
<parent> ('Parameters/Parent'):
    parent folder ID ; root folder if absent.
<address:service> ('Parameters/HostPort'):
    address and service of the agent.
<user> ('Parameters/Username'):
    username for the connection.
<password> ('Parameters/Password'):
    password for the connection.

Description

mmuaqcli is a frontend which allows to manage your Epeios Meta Mail User Agent account from a command-line interface.

License

mmuaqcli is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

mmuaqcli is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with mmuaqcli. If not, see <http://www.gnu.org/licenses/>.

Other rights can be granted, but only by an explicitly written permission from the author of mmuaqcli.

Author

mmuaqcli is developed by Claude SIMON (http://q37.info/contact/).