File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test803
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: IMAP
    5: Clear Text
    6: SELECT
    7: UIDVALIDITY
    8: FAILURE
    9: </keywords>
   10: </info>
   11: 
   12: #
   13: # Server-side
   14: <reply>
   15: </reply>
   16: 
   17: #
   18: # Client-side
   19: <client>
   20: <server>
   21: imap
   22: </server>
   23:  <name>
   24: IMAP SELECT UIDVALIDITY Failure
   25:  </name>
   26:  <command>
   27: 'imap://%HOSTIP:%IMAPPORT/803;UIDVALIDITY=12345/;MAILINDEX=123' -u user:secret
   28: </command>
   29: </client>
   30: 
   31: #
   32: # Verify data after the test has been "shot"
   33: <verify>
   34: # CURLE_REMOTE_FILE_NOT_FOUND - UIDVALIDITY mismatch
   35: <errorcode>
   36: 78
   37: </errorcode>
   38: <protocol>
   39: A001 CAPABILITY
   40: A002 LOGIN user secret
   41: A003 SELECT 803
   42: A004 LOGOUT
   43: </protocol>
   44: </verify>
   45: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>