44 lines
		
	
	
		
			535 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			535 B
		
	
	
	
		
			Plaintext
		
	
	
	
| <testcase>
 | |
| <info>
 | |
| <keywords>
 | |
| IMAP
 | |
| Clear Text
 | |
| SEARCH
 | |
| </keywords>
 | |
| </info>
 | |
| 
 | |
| #
 | |
| # Server-side
 | |
| <reply>
 | |
| <data>
 | |
| * SEARCH 1 123 456 %TESTNUMBER
 | |
| </data>
 | |
| </reply>
 | |
| 
 | |
| #
 | |
| # Client-side
 | |
| <client>
 | |
| <server>
 | |
| imap
 | |
| </server>
 | |
|  <name>
 | |
| IMAP SEARCH for NEW messages
 | |
|  </name>
 | |
|  <command>
 | |
| imap://%HOSTIP:%IMAPPORT/%TESTNUMBER?NEW -u user:secret
 | |
| </command>
 | |
| </client>
 | |
| 
 | |
| #
 | |
| # Verify data after the test has been "shot"
 | |
| <verify>
 | |
| <protocol>
 | |
| A001 CAPABILITY
 | |
| A002 LOGIN user secret
 | |
| A003 SELECT %TESTNUMBER
 | |
| A004 SEARCH NEW
 | |
| A005 LOGOUT
 | |
| </protocol>
 | |
| </verify>
 | |
| </testcase>
 |