Registry / networking / emersion-go-imap-move

emersion-go-imap-move

JSON →
library0.0.0-20210907172020-fe4558f9c872gogounverified

Implements the IMAP MOVE Extension, defined in RFC 6851.

go get github.com/emersion/go-imap-move
INSTALL
IMPORT
SIG · EMERSION-GO-IMAP-M
E
emersion-go-imap-move
networkinggov0.0.0-20210907172020-fe4558f9c872
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

move
github.com/emersion/go-imap-move

Move messages from one mailbox to another using the IMAP MOVE extension.

package main import ( "github.com/emersion/go-imap-move" "github.com/emersion/go-imap/client" ) func main() { c, _ := client.DialTLS("imap.example.com:993", nil) c.Login("user", "password") move.Move(c, []uint32{1,2}, "INBOX", "Archive") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210907172020-fe4558f9c872latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
emersion-go-imap-move — go get emersion-go-imap-move · libregistry