comparison imap.t @ 75:f81c6be872e5

Tests: remove leftovers from pop3/imap tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 27 Mar 2009 14:11:52 +0300
parents 4715bd4d4693
children ecff5407867c
comparison
equal deleted inserted replaced
74:3afbba94c8eb 75:f81c6be872e5
42 auth_http http://127.0.0.1:8080/mail/auth; 42 auth_http http://127.0.0.1:8080/mail/auth;
43 43
44 server { 44 server {
45 listen 127.0.0.1:8143; 45 listen 127.0.0.1:8143;
46 protocol imap; 46 protocol imap;
47 smtp_auth login plain;
48 } 47 }
49 } 48 }
50 49
51 http { 50 http {
52 access_log off; 51 access_log off;