Discussion:
moving a group from one Imap backend to another
Erik Colson
2015-02-10 14:44:24 UTC
Permalink
Hi,

How can I move several groups with as minimum as possible user
interaction from one IMAP backend to another IMAP backend ?


Thanks
--
erik colson
Lars Ingebrigtsen
2015-02-13 06:57:39 UTC
Permalink
Post by Erik Colson
How can I move several groups with as minimum as possible user
interaction from one IMAP backend to another IMAP backend ?
Uhm... I don't really think there's any pre-defined command for doing
this? But I may be wrong.

I'd just enter each group in question, process-mark all the articles and
then move/copy the articles to the other server.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Erik Colson
2015-02-13 08:25:08 UTC
Permalink
Post by Lars Ingebrigtsen
I'd just enter each group in question, process-mark all the articles and
then move/copy the articles to the other server.
Thanks Lars

That is what I was fearing... I have literally hundreds of boxes to
move. That would give me certainly a whole day of work, which would be
acceptable, except the handling looks error prone since I would switch
from actual work to Emacs and back on and on. That would most certainly
provoke a collision somewhere between my neurones ;)
--
erik colson
Jason L Tibbitts III
2015-02-13 16:29:14 UTC
Permalink
EC> I have literally hundreds of boxes to move.

Then Gnus is probably not the right tool. I've moved tens of thousands
of mailboxes with imapsync, but that was before the author went stupid
with trying to make money off of it in this really weird way. I still
have 1.217 around, which I think was really free, if you want it. Or
someone who paid the fifty euros for it put the source up on github at
https://github.com/imapsync/imapsync (Yes, this doesn't violate the
license, if you were curious.)

- J<
Alexander Baier
2015-02-24 09:38:41 UTC
Permalink
Post by Jason L Tibbitts III
Then Gnus is probably not the right tool. I've moved tens of thousands
of mailboxes with imapsync, but that was before the author went stupid
with trying to make money off of it in this really weird way. I still
have 1.217 around, which I think was really free, if you want it. Or
someone who paid the fifty euros for it put the source up on github at
https://github.com/imapsync/imapsync (Yes, this doesn't violate the
license, if you were curious.)
Another tool that may be of interest is isync/mbsync. I think it allows
you to configure two IMAP servers you want to sync. Using one
directional sync should allow you to propagate messages from one server
to the other.

HTH,
--
Alexander Baier
Loading...