Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Change folder type from email to notes?

    General Discussion
    migration notes folder type
    2
    3
    256
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • kt1
      kt1 last edited by

      Hi,

      is there any chance to switch the type of a folder from email to notes?
      By SQL statement or with Python or …?

      I recently migrated from CommuniGate Pro to Kopano, with IMAPsync and TBsync for most of the data without issues.
      Except for notes … one user with a few hundred notes I was not able to migrate. Now I managed the CommuniGate Notes folder to be migrated as a mail folder … so he is able to access the existing notes as emails. In CommuniGate it was easy to switch the folder type, so imapsync transferred the content. Now my idea is switching back to Notes type in Kopano.

      Thanks for any hint :-)
      Regards,
      Karsten

      robing 1 Reply Last reply Reply Quote 0
      • robing
        robing Kopano (Inactive) @kt1 last edited by

        @kt1

        You can use python-kopano for that see this example

        import kopano
        user = kopano.user("user1")
        folder = user.store.folder("test")
        folder.container_class = "IPF.StickyNote"
        

        Regards Robin,

        Need support?
        Have a look at https://kopano.com/support/ for options.

        Helpful resources:
        https://kopano.com/blog/how-to-get-kopano/
        https://documentation.kopano.io/
        https://kb.kopano.io/

        kt1 1 Reply Last reply Reply Quote 0
        • kt1
          kt1 @robing last edited by

          @robing
          Thank you - great! So easy …
          I have to learn a lot about Kopano.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post