I am doing an email application (HapiJS) and am looking for them through node-imap and parsing through of Mailparser , and for Mailparser to parse, email must be in the form of Stream, Buffer, or String. / p>
How can I create a Stream in memory without having to create a TXT file on my machine?
I've been looking for a long time ago a method that does this but I'm not finding ...