This file is indexed.

/usr/share/doc/php-horde-mime/UPGRADING is in php-horde-mime 2.2.8-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
======================
 Upgrading Horde_Mime
======================

:Contact: dev@lists.horde.org

.. contents:: Contents
.. section-numbering::


This lists the API changes between releases of the package.


Upgrading to 2.2
================

  - Horde_Mime

    - parseMessage()

      Added the 'no_body' parameter.


Upgrading to 2.1
================

  - Horde_Mime

    - encodeParam()

      The 'escape' option has been removed.
      The MIME_PARAM_QUOTED constant has been added.

  - Horde_Mime_Related

    - cidReplace()

      The $text parameter can now be a Horde_Domhtml object.


Upgrading to 2.0
================

  - Horde_Mime

    - decode()

      Removed the second parameter ($to_charset). Output is now in UTF-8.

    - decodeAddrString()

      This method has been removed.
      Equivalent functionality can now be found in the Horde_Mail package
      (version 2.0.0+).

    - decodeParam()

      Removed the third parameter ($charset). Output is now in UTF-8.

    - encode()

      The first parameter ($text) now requires a UTF-8 string.
      The second parameter ($charset) is now optional and indicates the
      charset to MIME encode to.

    - encodeAddress()

      This method has been removed.
      Equivalent functionality can now be found in the Horde_Mail package
      (version 2.0.0+).

    - encodeParam()

      The third parameter ($charset) has been removed and moved to the options.
      By default, the string is encoded in UTF-8.

  - Horde_Mime_Address

    This class has been removed. Equivalent functionality can now be found
    in the Horde_Mail package (version 2.0.0+).

  - Horde_Mime_Headers

    - addHeader()

      Removed the 'charset' and 'decode' parameters.
      Added the 'sanity_check' parameter.

    - getOb()

      Now returns null if the header does not exist.

    - replaceHeader()

      Removed the 'charset' and 'decode' parameters.
      Added the 'sanity_check' parameter.

    - setValue()
    - sanityCheck()

      These methods have been removed.