Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
06931f48
...
06931f487bd08accbce56fbad4a4e2a27626ca29
authored
2002-12-10 16:14:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed `SELECT INBOX' testcase.
1 parent
17a648e8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
ChangeLog
imap4d/testsuite/imap4d/search.exp
ChangeLog
View file @
06931f4
...
...
@@ -35,6 +35,7 @@
*
imap4d
/
search
.
c
(
_scan_body
)
:
Bugfix
.
Add
null
terminator
to
the
string
read
.
*
imap4d
/
testsuite
/
imap4d
/
search
.
exp
:
Fixed
`
wine
'
testcase
.
Fixed
`
SELECT
INBOX
'
testcase
.
2002
-
12
-
10
Sergey
Poznyakoff
...
...
imap4d/testsuite/imap4d/search.exp
View file @
06931f4
...
...
@@ -34,12 +34,10 @@
imap4d_start
imap4d_auth
"user!passwd"
"guessme"
set
UIDVALIDITY
[
clock
seconds
]
imap4d_test
"SELECT INBOX"
\
"95 EXISTS"
\
"95 RECENT"
\
"OK
\[
UIDVALIDITY
$
UIDVALIDITY
\]
UID valididy status"
\
-re
{
OK
\[
UIDVALIDITY
[
0-9
]
+
\]
UID valididy status
}
\
"OK
\[
UIDNEXT 96
\]
Predicted next uid"
\
"OK
\[
UNSEEN 1
\]
first unseen messsage "
\
"FLAGS (
\\
Answered
\\
Flagged
\\
Deleted
\\
Seen
\\
Draft)"
\
...
...
Please
register
or
sign in
to post a comment