Versions in this module Expand all Collapse all v0 v0.1.0 Mar 30, 2019 Changes in this version + func Backend_AppendLimit(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func GetFunctionName(i interface{}) string + func Mailbox_AppendLimit(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_CopyMessages(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_CreateMessage(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_Expunge(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_ExpungeUpdate(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_Info(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_ListMessages(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_ListMessages_Body(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_ListMessages_Meta(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_ListMessages_Multi(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_MessageUpdate(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_MonotonicUid(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_MoveMessages(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_SearchMessages_Body(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_SearchMessages_Flags(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_SetMessageFlags(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_SetSubscribed(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_Status(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_StatusUpdate(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_StatusUpdate_Copy(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_StatusUpdate_Move(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func Mailbox_UidValidity_On_Rename(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func RunTests(t *testing.T, newBackend NewBackFunc, closeBackend CloseBackFunc) + func TestInit(t *testing.T, newBackend NewBackFunc, closeBackend CloseBackFunc) + func UserDB_CreateUser(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func UserDB_DeleteUser(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func UserDB_Login(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func UserDB_SetPassword(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func User_AppendLimit(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func User_CreateMailbox(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func User_CreateMailbox_Parents(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func User_DeleteMailbox(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func User_DeleteMailbox_Parents(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func User_ListMailboxes(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func User_RenameMailbox(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func User_RenameMailbox_Childrens(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func User_RenameMailbox_INBOX(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + func User_Username(t *testing.T, newBack NewBackFunc, closeBack CloseBackFunc) + type Backend interface + type CloseBackFunc func(Backend) + type NewBackFunc func() Backend