Define and detect different packet types (2,2e,2+,2.2)

This commit is contained in:
2023-06-25 22:45:02 +12:00
parent fa3653a94b
commit a26f61d75d
10 changed files with 678 additions and 266 deletions

View File

@@ -650,7 +650,9 @@ class Address extends Model
if (! $ao)
return NULL;
$o = new Packet($ao,$this);
// @todo make packet type configurable by each system
$o = new Packet\FSC48;
$o->addressHeader($ao,$this);
// $oo = Netmail/Echomail Model
$c = 0;