https://github.com/oetiker/zmmsgmover
Zimbra Message Mover
https://github.com/oetiker/zmmsgmover
Last synced: 3 months ago
JSON representation
Zimbra Message Mover
- Host: GitHub
- URL: https://github.com/oetiker/zmmsgmover
- Owner: oetiker
- License: gpl-3.0
- Created: 2016-02-15T15:34:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T10:32:14.000Z (over 9 years ago)
- Last Synced: 2025-01-22T09:42:08.201Z (4 months ago)
- Language: Perl
- Size: 41 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- License: LICENSE
Awesome Lists containing this project
README
=head1 NAME
zmmsgmover - Zimbra Message Mover
=head1 SYNOPSIS
B [I...] I|B I I
--man show man-page and exit
-h, --help display this help and exit
--noaction just talk don't act
--verbose talk while working
--debug show all output before it is parsed=head1 DESCRIPTION
Migrate messages from one folder to another. Removing the source folder
after migration. If the destination folder does not exist, the selected
folder will simply be renamed to the new name.The initial C> for folder names is implide. Write C and not C.
This command has to be executed as the zimbra user (C).
=head1 EXAMPLES
Move all messages for one account
zmmsgmover [email protected] sent-mail Sent
Move messages for all accunts on the system
zmmsgmover ALL sent-mail Sent
=head1 COPYRIGHT
Copyright (c) 2016 by OETIKER+PARTNER AG. All rights reserved.
=head1 LICENSE
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.This program 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 General Public License for more details.You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.=head1 AUTHOR
=head1 HISTORY
2016-02-15 to Initial Version
=cut