# File lib/mail/fields/common/common_field.rb, line 38
      def field_length
        @length ||= name.length + value.length + ': '.length
      end