コード例 #1
0
ファイル: command_fetch.go プロジェクト: ivucica/imap-server
func fetchRfcSize(args []string, c *Conn, m mailstore.Message, peekOnly bool) string {
	return fmt.Sprintf("RFC822.SIZE %d", m.Size())
}