diff --git a/exec/load/mailproc_util.js b/exec/load/mailproc_util.js index 437c682657a8a6dc1ec2fdc93c3e27659acee75c..e16b3fe4825fd778989aefd39f8fea3c8703844d 100644 --- a/exec/load/mailproc_util.js +++ b/exec/load/mailproc_util.js @@ -7,6 +7,8 @@ load("sbbsdefs.js"); load("mailutil.js"); // mail_get_name() and mail_get_address() +const RFC822HEADER = 0xb0; // from smbdefs.h + // Parses raw RFC822-formatted messages for use with SMTP Mail Processors // Returns an array of header fields parsed from the msgtxt // msgtxt is an array of lines from the source (RFC822) message text