This refers to version 0.7.10.
In WebMailSession.java occurs the line
folder.setFlags(msgnum,msgnum,new
Flags(Flags.Flag.RECENT), false);
According to the java mail api documentation, it is not
allowed to
set the flag Flag.RECENT. This is only modified by the
mail server.