Ignore:
Timestamp:
01/29/20 13:20:24 (4 years ago)
Author:
bnemhaus
Message:

Revised implementation of authenticated Expeditee mail. Motivated by bugs relating to messages not being marked as read and incorrect counting of new messages for users, the Expeditee mail system has been rewritten. The new code not only does not exhibit the previous bugs but is also better engineered. Whilst the MailBay is static (which is in line with the MessageBay), the Mail class is no longer static and must be initialised for each user as they log in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameIO.java

    r1491 r1504  
    5252import org.expeditee.agents.InvalidFramesetNameException;
    5353import org.expeditee.auth.AuthenticatorBrowser;
    54 import org.expeditee.auth.mail.gui.MailBay;
    5554import org.expeditee.encryption.io.EncryptedExpReader;
    5655import org.expeditee.encryption.io.EncryptedExpWriter;
Note: See TracChangeset for help on using the changeset viewer.