Re: [Dbmail] Moving a large amount of mail to a different account

2017-07-16 Thread Thomas Raschbacher
On 2017-07-14 13:51, Sandino Araico Sánchez wrote: user 1001 to user 1234 BEGIN; update dbmail_mailboxes set owner_idnr = 1234 where owner_idnr = 1001; COMMIT; Example 2: Move messages from user 1001 mailbox Archive to user 1234 mailbox Archive/OldUser BEGIN; update dbmail_messages set mail

Re: [Dbmail] Moving a large amount of mail to a different account

2017-07-14 Thread Sandino Araico Sánchez
On 14/07/17 06:33, Reindl Harald wrote: > > > Am 14.07.2017 um 13:17 schrieb Thomas Raschbacher: >> I am considering moving a large amount of older emails to a seperate >> account (for Archiving reasons). >> Is there an easy way (maybe in the DB directly) to do this instead of >> using an imap clie

Re: [Dbmail] Moving a large amount of mail to a different account

2017-07-14 Thread Reindl Harald
Am 14.07.2017 um 13:17 schrieb Thomas Raschbacher: I am considering moving a large amount of older emails to a seperate account (for Archiving reasons). Is there an easy way (maybe in the DB directly) to do this instead of using an imap client (or maybe writing something simple in python ) Als