imapsrv icon indicating copy to clipboard operation
imapsrv copied to clipboard

An IMAP server written in Go

Results 18 imapsrv issues
Sort by recently updated
recently updated
newest added

It would be good to have more documentation on the configuration functions along with an example of how to start the IMAP server. At the moment it is not clear...

enhancement
ready

Need to have a test system to prevent regressions. Per command feature tests ideal.

ready

We need to have a method which: - Closes all listeners - terminates all client connections - shuts down all goroutines - returns control to the caller.

help wanted
ready

The new lexer tests have uncovered a problem with the handling of literals: A literal is a sequence of zero or more octets (including CR and LF), prefix-quoted with an...

bug

I need both the client and server implementation in Go. And I need them now.. At the moment this repo is the only imap server implementation I know of and...

> client: a3 EXAMINE INBOX > server: \* FLAGS (\Answered \Flagged \Deleted \Seen \Draft) > server: \* OK [PERMANENTFLAGS ()] Read-only mailbox. > server: \* 1 EXISTS > server: \*...

help wanted

``` The STORE command alters data associated with a message in the mailbox. Normally, STORE will return the updated value of the data with an untagged FETCH response. A suffix...

help wanted

On successful auth mailbox select was failing due to missing mailstore initialization.