1. 06 Mar, 2013 4 commits
    • Jiri Hruska's avatar
      imap: Updated ftpserver.pl to be more compliant, added new commands · acfce19d
      Jiri Hruska authored
      Enriched IMAP capabilities of ftpserver.pl in order to be able to
      add tests for the new IMAP features.
      
      * Added support for APPEND - Saves uploaded data to log/upload.$testno
      * Added support for LIST - Returns the contents of <reply/> section in
        the current test, like e.g FETCH.
      * Added support for STORE - Returns hardcoded updated flags
      * Changed handling of SELECT - Returns much more information in the
        usual set of untagged responses; uses hardcoded data from an example
        in the IMAP RFC
      * Changed handling of FETCH - Fixed response format
      acfce19d
    • Steve Holme's avatar
      imap: Added check for empty UID in FETCH command · b7f39156
      Steve Holme authored
      As the UID has to be specified by the user for the FETCH command to work
      correctly, added a check to imap_fetch(), although strictly speaking it
      is protected by the call from imap_perform().
      b7f39156
    • Kamil Dudka's avatar
      nss: fix misplaced code enabling non-blocking socket mode · 9d0af301
      Kamil Dudka authored
      The option needs to be set on the SSL socket.  Setting it on the model
      takes no effect.  Note that the non-blocking mode is still not enabled
      for the handshake because the code is not yet ready for that.
      9d0af301
    • Daniel Stenberg's avatar
      imap: fix compiler warning · fa9748df
      Daniel Stenberg authored
      imap.c:694:21: error: unused variable 'imapc' [-Werror=unused-variable]
      fa9748df
  2. 05 Mar, 2013 6 commits
  3. 04 Mar, 2013 2 commits
  4. 03 Mar, 2013 14 commits
  5. 02 Mar, 2013 11 commits
  6. 28 Feb, 2013 3 commits