foxcpp / foxcpp/go-jmap

JMAP Core server implementation

Đang mở
#4 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
server
Ngôn ngữ chính
Go
Star
43
Fork
4
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

## Things to consider

Below are things I believe would make library more useful.

- go-jmap should avoid enforcing certain storage design and definitely must not provide storage implementation itself. I think it is best to simply translate API requests into corresponding method calls on some interface called "Backend" (see [go-imap](https://github.com/emersion/go-imap) for a good example of how this could be done).

- go-jmap should avoid enforcing certain authentication design and definitely must not provide authentication implementation itself. As with previous point, authentication should be implemented by calling out into user-provided interface implementation.

- go-jmap should rely only on net/http for HTTP server. Use of more advanced frameworks will make it easier to violate the first point.

- JMAP Core, JMAP Mail, etc implementations should be kept independent of each other for extensibility purposes. JMAP is not only about email.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

Bắt đầu bằng cách xem xét cấu trúc repository và so sánh thiết kế server dự kiến với ví dụ go-imap được liên kết trong issue. Xác định các entry point và interface cần thiết cho storage và authentication do người dùng cung cấp, sau đó kiểm tra rằng việc xử lý HTTP sử dụng net/http và JMAP Core vẫn độc lập với các triển khai JMAP khác.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
go
Lĩnh vực
api, backend
Loại issue
Tính năng
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.