summaryrefslogtreecommitdiff
path: root/mail/testsuite/mail/followup.exp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/testsuite/mail/followup.exp')
-rw-r--r--mail/testsuite/mail/followup.exp124
1 files changed, 124 insertions, 0 deletions
diff --git a/mail/testsuite/mail/followup.exp b/mail/testsuite/mail/followup.exp
new file mode 100644
index 000000000..af2a31f3b
--- /dev/null
+++ b/mail/testsuite/mail/followup.exp
@@ -0,0 +1,124 @@
+# -*- tcl -*-
+# This file is part of Mailutils testsuite.
+# Copyright (C) 2021 Free Software Foundation, Inc.
+#
+# GNU Mailutils is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# GNU Mailutils is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+
+mail_version
+
+if ![mu_check_capability ENABLE_SENDMAIL] {
+ unsupported "Support for sendmail not compiled in"
+} else {
+ mail_start "--file=%teaparty.mbox" \
+ "-E" "set noheader" \
+ "-E" "set sendmail=sendmail://$top_builddir/testsuite/mockmail" \
+ "-E" "set record=$MU_SPOOL_DIR/record" \
+ "-E" "set folder=$MU_SPOOL_DIR/folder" \
+ "-E" "set dot" \
+ "-E" "set indentprefix=>"
+
+ file mkdir $MU_SPOOL_DIR/folder
+
+ mail_test "setenv MAIL_DUMP=\"$MU_SPOOL_DIR/mail.dump\""
+ mail_test "retain To"
+ mail_test "set outfolder"
+
+ mail_test -noprompt "followup 1" \
+ {To: "March Hare" <hare@wonder.land>,"Alice" <alice@wonder.land>} \
+ {Subject: Re: Invitation} \
+ {}
+
+ mail_test -noprompt "~m" \
+ {Interpolating: 1} \
+ {(continue)}
+
+ mail_test "."
+
+ mail_stop
+
+ mu_test_file "$MU_SPOOL_DIR/mail.dump" \
+ {MSGID: 0001} \
+ {NRCPT: 2} \
+ {RCPT[0]: <hare@wonder.land>} \
+ {RCPT[1]: <alice@wonder.land>} \
+ -re {^LENGTH: [0-9]+} \
+ {To: "March Hare" <hare@wonder.land>,"Alice" <alice@wonder.land>} \
+ {Subject: Re: Invitation} \
+ {In-Reply-To: Your message of Mon, 29 Jul 2002 22:00:01 +0100} \
+ { <200207292200.3301@wonder.land>} \
+ {References: <200207292200.3301@wonder.land>} \
+ "" \
+ {>To: Alice <alice@wonder.land>} \
+ {>} \
+ {>Have some wine} \
+ {>}
+
+ mu_test_file "$MU_SPOOL_DIR/folder/hare" \
+ -re {^From[^\r\n]*} \
+ {To: "March Hare" <hare@wonder.land>,"Alice" <alice@wonder.land>} \
+ {Subject: Re: Invitation} \
+ {In-Reply-To: Your message of Mon, 29 Jul 2002 22:00:01 +0100} \
+ { <200207292200.3301@wonder.land>} \
+ {References: <200207292200.3301@wonder.land>} \
+ {} \
+ {>To: Alice <alice@wonder.land>} \
+ {>} \
+ {>Have some wine} \
+ {>}
+
+ #
+ #
+ #
+ mail_start "--file=%teaparty.mbox" \
+ "-E" "set noheader" \
+ "-E" "set sendmail=sendmail://$top_builddir/testsuite/mockmail" \
+ "-E" "set record=$MU_SPOOL_DIR/record" \
+ "-E" "set folder=$MU_SPOOL_DIR/folder" \
+ "-E" "set dot" \
+ "-E" "set indentprefix=>"
+ file mkdir $MU_SPOOL_DIR/outfolder
+ mail_test "set outfolder=\"$MU_SPOOL_DIR/outfolder\""
+
+ mail_test -noprompt "followup 1" \
+ {To: "March Hare" <hare@wonder.land>,"Alice" <alice@wonder.land>} \
+ {Subject: Re: Invitation} \
+ {}
+
+ mail_test -noprompt "~m" \
+ {Interpolating: 1} \
+ {(continue)}
+
+ mail_test "."
+
+ mail_stop
+
+ mu_test_file "$MU_SPOOL_DIR/outfolder/hare" \
+ -re {^From[^\r\n]*} \
+ {To: "March Hare" <hare@wonder.land>,"Alice" <alice@wonder.land>} \
+ {Subject: Re: Invitation} \
+ {In-Reply-To: Your message of Mon, 29 Jul 2002 22:00:01 +0100} \
+ { <200207292200.3301@wonder.land>} \
+ {References: <200207292200.3301@wonder.land>} \
+ {} \
+ {>To: Alice <alice@wonder.land>} \
+ {>} \
+ {>Have some wine} \
+ {>}
+
+}
+
+
+
+
+

Return to:

Send suggestions and report system problems to the System administrator.