Skip to content

Library to access Citadel email and collaboration servers from Go.

License

Notifications You must be signed in to change notification settings

gotamer/citadel

Repository files navigation

Citadel Client

GoDoc

This is a library to access the Citadel email and collaboration servers from Go using the Citadel Protocol, and command that uses this library.

Features

  • Users

    • Create
    • Login
    • Logout
    • Change Password
  • Floors

    • List all floors with id, name and count of rooms
  • Rooms

    • List all rooms
    • List public rooms
  • Room

    • Goto room
    • Stat room
  • Messages

    • Read Message
    • Parse vCard, vNotes and vCalendar files

See GoDoc for complete list