Would it be a problem to change the return type of Message.getSubject?

Markus

On Sun, Jan 4, 2009 at 7:49 PM, Markus Wiederkehr
<markus.wiederk...@gmail.com> wrote:
> I've noticed that Message has a method getSubject() that returns the
> subject as UnstructuredField.
>
> In my opinion it would be more practical if getSubject() simply
> returned a string. The existing getSubject() method would not
> necessarily have to go; it could also be renamed in getSubjectField()
> or something like that.
>
> Would that be too radical a change?
>
> Furthermore I think that Message should have more convenience methods
> like that, getDate(), getFrom(), getTo(), etc..
>
> Of course setters would be nice too, setSubject(String),
> setDate(Date), and so on..
>
> Markus
>



-- 
Always remember you're unique. Just like everyone else.

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to