Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 731 Bytes

File metadata and controls

33 lines (24 loc) · 731 Bytes

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