I have a Mail account setup in one space where messages from that mailbox are archived. I need to delete that space because it is no longer relevent but don't want to lose the mail archive.
How can I move a mail account from one space to another?
Hello RIsk,
I believe that unfortunately Confluence has no such feature. BUT! We can see them with this query here:
select * from bodycontent b inner join content c on b.contentid=c.contentid where c.contenttype = 'MAIL';
But I don't know how exactly would we convert this to mbox, which is what Confluence support for "Import", but you could simple setup it again, I mean setup this mail in the new space, and fetch it, and delete it from the old space.
I think that it should help you in someway :D
Cheers,
Guilherme
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.