Re: changing mailboxes in DB?
Andrea Brancatelli <[email protected]> Mon, 08 Jan 2018 10:26:12 +0100
| Newsgroups | gmane.mail.imap.dbmail |
|---|---|
| Organization | Schema31 s.r.l. |
| Message-ID | <[email protected]> |
seq is just a counter. You just need to increment it every time you "touch" the mailbox. You can do whatever you need to do at db level and then just update seq = seq + 1 on all the target mailboxes. --- Andrea Brancatelli Schema31 S.p.a. Chief Technology Officier ROMA - FI - PA ITALY Tel: +39.06.98.358.472 Cell: +39.331.2488468 Fax: +39.055.71.880.466 Società del Gruppo OVIDIO TECH S.R.L. On 2018-01-06 11:36, Thomas Raschbacher wrote: > hi. > > I need to move/ merge a lot of mailboxes and was wondering if i could/should do it directly in the DB (updating the mailbox_idnr field is easy, but there's also seq,.. and i assume that should be updated too? > > has anyone done this before? > > -- otherwise i guess i'll have to do it through imap which is slower, but doable since it is only one user and a total of 3721 folders (which i am trying to get down to a reasonable amount since all webmail clients go either really slow, or time out) > > Regards > _______________________________________________ > DBmail mailing list > [email protected] > http://lists.nfg.nl/mailman/listinfo/dbmail _______________________________________________ DBmail mailing list [email protected] http://lists.nfg.nl/mailman/listinfo/dbmail