diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/leap/mail/imap/tests/regressions_mime_struct (renamed from src/leap/mail/imap/tests/regressions) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/mail/imap/tests/regressions b/src/leap/mail/imap/tests/regressions_mime_struct index 475c893..1e0e870 100755 --- a/src/leap/mail/imap/tests/regressions +++ b/src/leap/mail/imap/tests/regressions_mime_struct @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# regressions +# regression_mime_struct # Copyright (C) 2014 LEAP # Copyright (c) Twisted Matrix Laboratories. # @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. """ -Simple Regression Tests using IMAP4 client. +Simple Regression Tests for checking MIME struct handling using IMAP4 client. Iterates trough all mails under a given folder and tries to APPEND them to the server being tested. After FETCHING the pushed message, it compares |