Categorygithub.com/mxk/go-imap
module
0.0.0-20150429134902-531c36c3f12d
Repository: https://github.com/mxk/go-imap.git
Documentation: pkg.go.dev

# README

IMAP4rev1 Client for Go

To download and install this package run:

go get github.com/mxk/go-imap/imap

The documentation is available at:

http://godoc.org/github.com/mxk/go-imap/imap http://godoc.org/github.com/mxk/go-imap/mock

# Packages

Package imap implements an IMAP4rev1 client, as defined in RFC 3501.
Package mock implements a scripted IMAP server for testing client behavior.