Hello,
My last upload fixed this:
* Removed some unwanted /usr/share/php/{docs,tests} files that shouldn't
be in there (they are already in /usr/share/doc/php-mail-mime anyway).
#596188 was both a policy violation and was reported as "php-mail-mime
won't update" issue.
The fix is only this addition in debian/rules:
rm -rf debian/$(package)/usr/share/php/docs;
rm -rf debian/$(package)/usr/share/php/tests;
Thomas Goirand (zigo)