laminas-mime icon indicating copy to clipboard operation
laminas-mime copied to clipboard

Prevent adding duplicate parts to message #19

Open jamesshaw1987 opened this issue 3 years ago • 0 comments

Signed-off-by: James Shaw [email protected]

Fixes #19 by using in_array, which performs a loose comparison by default. Add unit test to cover duplicate part addition, alongside existing test that covers adding the exact same part multiple times.

jamesshaw1987 avatar Oct 01 '21 21:10 jamesshaw1987