Ignore:
Timestamp:
04/11/19 16:19:58 (5 years ago)
Author:
bln4
Message:

MailBay and MessageBay instances are now encrypted with ProfileEncryption

Location:
trunk/src/org/expeditee/agents
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/SearchAgent.java

    r1280 r1304  
    9898                                + "]"+getResultsTitleSuffix();
    9999                _results = new FrameCreator(resultsFrameset, FrameIO.FRAME_PATH, title,
    100                                 FrameCreator.ExistingFramesetOptions.AppendSegregatedFrames, true);
     100                                FrameCreator.ExistingFramesetOptions.AppendSegregatedFrames, true, null);
    101101                // Set the frame to be displayed after running the agent
    102102                _end = _results.getFirstFrame();
  • trunk/src/org/expeditee/agents/mail/MailSession.java

    r1280 r1304  
    527527                                        final FrameCreator frames = new FrameCreator(frame
    528528                                                        .getFramesetName(), frame.getPath(), subject,
    529                                                         FrameCreator.ExistingFramesetOptions.AppendSegregatedFrames, false);
     529                                                        FrameCreator.ExistingFramesetOptions.AppendSegregatedFrames, false, null);
    530530
    531531                                        frames.addText("@date: " + message.getSentDate(), null,
Note: See TracChangeset for help on using the changeset viewer.