Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 637 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 637 Bytes

go-imap-appendlimit

GoDoc

The IMAP APPENDLIMIT Extension for go-imap.

This extension has been merged into go-imap. Use built-in support instead of this repository!

Usage

s.Enable(appendlimit.NewExtension())

The backend must implement appendlimit.Backend and appendlimit.User. Additionally, the backend's Mailbox.Status implementation must handle appendlimit.StatusAppendLimit.

License

MIT