Explorar o código

This field does not exist in the RFC spec and is not used in the code: drop it.

Thijs Kinkhorst %!s(int64=22) %!d(string=hai) anos
pai
achega
d175c69777
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      class/mime/Rfc822Header.class.php

+ 0 - 4
class/mime/Rfc822Header.class.php

@@ -199,10 +199,6 @@ class Rfc822Header {
                 $value = $this->stripComments($value);
                 $this->mlist('help', $value);
                 break;
-            case 'list-id':
-                $value = $this->stripComments($value);
-                $this->mlist('id', $value);
-                break;
             default:
                 break;
         }