Skip to content

Commit

Permalink
removed old oauth client credentials flow for office 365. issue #2724
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Dec 15, 2024
1 parent 524367e commit e3b09c1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 2,321 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,6 @@ You should also get your employer (if you work as a programmer) or school,

import com.jdimension.jlawyer.client.editors.EditorsRegistry;
import com.jdimension.jlawyer.client.mail.EmailUtils;
import com.jdimension.jlawyer.email.MissingConsentException;
import com.jdimension.jlawyer.email.MsExchangeUtils;
import com.jdimension.jlawyer.client.mail.oauth.OAuthUserConsentDialog;
import com.jdimension.jlawyer.client.processing.ProgressIndicator;
import com.jdimension.jlawyer.client.settings.ClientSettings;
import com.jdimension.jlawyer.client.settings.UserSettings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,6 @@
import com.jdimension.jlawyer.client.launcher.Launcher;
import com.jdimension.jlawyer.client.launcher.LauncherFactory;
import com.jdimension.jlawyer.client.launcher.ReadOnlyDocumentStore;
import com.jdimension.jlawyer.email.MsExchangeUtils;
import com.jdimension.jlawyer.client.mail.sidebar.CreateNewAddressPanel;
import com.jdimension.jlawyer.client.mail.sidebar.CreateNewCasePanel;
import com.jdimension.jlawyer.client.mail.sidebar.ExtractedPhoneNumbersPanel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,6 @@
import com.jdimension.jlawyer.client.events.DocumentAddedEvent;
import com.jdimension.jlawyer.client.events.EventBroker;
import com.jdimension.jlawyer.client.launcher.LauncherFactory;
import com.jdimension.jlawyer.email.MsExchangeUtils;
import com.jdimension.jlawyer.client.processing.ProgressIndicator;
import com.jdimension.jlawyer.client.processing.ProgressableAction;
import com.jdimension.jlawyer.client.settings.ClientSettings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@
import com.jdimension.jlawyer.client.events.DocumentAddedEvent;
import com.jdimension.jlawyer.client.events.EventBroker;
import com.jdimension.jlawyer.client.launcher.LauncherFactory;
import com.jdimension.jlawyer.email.MsExchangeUtils;
import com.jdimension.jlawyer.client.processing.ProgressIndicator;
import com.jdimension.jlawyer.client.processing.ProgressableAction;
import com.jdimension.jlawyer.client.settings.ClientSettings;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@
import com.jdimension.jlawyer.email.CommonMailUtils;
import static com.jdimension.jlawyer.email.CommonMailUtils.INBOX;
import static com.jdimension.jlawyer.email.CommonMailUtils.SSL_FACTORY;
import com.jdimension.jlawyer.email.MsExchangeUtils;
import com.jdimension.jlawyer.persistence.AddressBean;
import com.jdimension.jlawyer.persistence.AppUserBean;
import com.jdimension.jlawyer.persistence.ArchiveFileAddressesBean;
Expand Down

0 comments on commit e3b09c1

Please sign in to comment.