I am trying to use TCP Sampler to create automated tests on top of IMAP4.
I do not use Sampler Mail Reader because I need to allow clean IMAP4 commands. My IMAP4 server (like any IMAP4 server) expects to receive any IMAP4 command with CRLF (0D0A), so I ended my command in the text box to send with a new line (Enter).
I sniffed the traffic and noticed that JMeter only added LF (0A) after the command (no carriage return)
Is there something I don't see here?
How can I get JMeter TCP Sampler to add CRLF at the end of every TCP command?
source share