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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237
|
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>Mail_Mbox</name>
<channel>pear.php.net</channel>
<summary>Read and modify Unix MBOXes</summary>
<description>It can split messages inside a Mbox, return the number of messages, return,
update or remove an specific message or add a message on the Mbox.</description>
<lead>
<name>Roberto Berto</name>
<user>darkelder</user>
<email>darkelder@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Christian Weiske</name>
<user>cweiske</user>
<email>cweiske@php.net</email>
<active>yes</active>
</lead>
<date>2009-11-11</date>
<time>06:59:46</time>
<version>
<release>0.6.3</release>
<api>0.6.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
<notes>
- Fix bug: "From " lines were escaped midst of text, which violates the spec
</notes>
<contents>
<dir name="/">
<file md5sum="4b593338df3c72a90957bde42f969466" name="Mail/Mbox.php" role="php" />
<file md5sum="a5528e5681a46d1292c34a04c01502a9" name="examples/demobox" role="doc" />
<file md5sum="4be927d8ace92d07b7f28b5d3d3245d1" name="examples/mimedecode.php" role="doc" />
<file md5sum="5b6bce83710b3f6e258ad82bf9caa0c5" name="examples/modify.php" role="doc" />
<file md5sum="89ed61353bf5374a46188c0c403866e1" name="examples/read.php" role="doc" />
<file md5sum="0e5da750a1320d47c74a2546c00e4dad" name="tests/AllTests.php" role="test" />
<file md5sum="be4168454387a3bd82e125c4d35c4934" name="tests/Mail_MboxTest.php" role="test" />
<file md5sum="6b0990600dfc1cb03a8a76165a6ad313" name="tests/testbox" role="test" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>4.3.3</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.6.3</release>
<api>0.6.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-11-11</date>
<notes>
- Fix bug: "From " lines were escaped midst of text, which violates the spec
</notes>
</release>
<release>
<version>
<release>0.6.2</release>
<api>0.6.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-11-10</date>
<notes>
- Fix bug #16758: Messages split incorrectly
</notes>
</release>
<release>
<version>
<release>0.6.1</release>
<api>0.6.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-10-09</date>
<notes>
- Fix bug #16668: Mbox doesn't work in suid/sgid scripts [vaceletm]
</notes>
</release>
<release>
<version>
<release>0.6.0</release>
<api>0.6.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-08-02</date>
<notes>
- Implement request #16487: Insert on new box throws warning [cweiske]
</notes>
</release>
<release>
<version>
<release>0.5.2</release>
<api>0.5.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-08-02</date>
<notes>
- Fix bug #15559: Inserting new message to a Mbox is not guaranteed to produce a valid Mbox [cweiske]
</notes>
</release>
<release>
<version>
<release>0.5.1</release>
<api>0.5.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2006-08-01</date>
<notes>
- Use copy/unlink internally instead of copying the file bit-by-bit
- Added append() method since it's faster than the old insert()
- Added autoReload property to make adding many messages faster
</notes>
</release>
<release>
<version>
<release>0.5.0</release>
<api>0.5.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2006-06-23</date>
<notes>
- Use class features (one mbox per instance)
- Broke BC
- Checks for file modification, so that mbox doesn't get corrupt.
</notes>
</release>
<release>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2004-11-01</date>
<notes>
o improved _process() speed to read line per line instead of byte per byte. (Joern)
</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2004-10-06</date>
<notes>
o fixed mbox::size() bug that have never return 0 (Roger Keays)
o mbox::remove() now accept arrays on $message param as well (Roger Keays)
o declarated all vars to skip php warnings on high warning levels (Roger Keays)
o some minor spelling errors (Roger Keays)
o fwrite must use '===' false instead of !fwrite (Roger Keays)
</notes>
</release>
<release>
<version>
<release>0.1.5</release>
<api>0.1.5</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2002-12-29</date>
<notes>
o Security fix (changed umask on temp files)
o Improved stylistcs with new Jon Parise patch
o Fixed error on license at project.xml (it isnt really PHP license, it is LGPL)
</notes>
</release>
<release>
<version>
<release>0.1.4</release>
<api>0.1.4</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2002-12-28</date>
<notes>
o Joined mbox_test.php and mbox.php
</notes>
</release>
<release>
<version>
<release>0.1.3</release>
<api>0.1.3</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2002-12-28</date>
<notes>
o Changed Jon Parise stylistics things
</notes>
</release>
</changelog>
</package>
|