Home » Mail » Mail_Mime » Bug #3471
Remove the constraint on order of get / header
Details
| Request #3471 | Remove the constraint on order of get / header |
|---|---|
| Submitted | 2005-02-14 21:38 UTC |
| From | lascauv4 at cti dot ecp dot fr |
| Assigned | cipri |
| Status | Wont fix |
| Package | Mail_Mime |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-02-14 21:38 UTC] lascauv4 at cti dot ecp dot fr
Description:
------------
As indicated by the documentation of the header function, the function get() has to be called before calling headers().
I think it would be good to remove this constraint (by doing the necessary stuff in headers if it has not been done in get)