<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>steps to identify whether the plugins uses javax.mail</title><link>https://community.appian.com/discussions/f/plug-ins/25917/steps-to-identify-whether-the-plugins-uses-javax-mail</link><description>Hi Experts, 
 I need help with the steps/method/way to identify whether plugins installed on the server uses javax.mail. 
 
 Could anyone of you help please. 
 
 Thanks in advance.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: steps to identify whether the plugins uses javax.mail</title><link>https://community.appian.com/thread/101338?ContentTypeID=1</link><pubDate>Fri, 16 Sep 2022 14:24:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a819b149-3ef8-461d-adc2-9e3dd0615f3f</guid><dc:creator>Praful Singhal</dc:creator><description>&lt;p&gt;Download the plugin from the Appian community and then extract the code from the jar file using java. For that, you need to install java on your system, set JAVA_HOME and Path variable then open the terminal or command prompt.&lt;/p&gt;
&lt;p&gt;Go to the directory where the jar exists using the cd command and extract code using jar xf jarfilename.jar. Or you can use eclipse or winrar or 7zip to extract the source code.&lt;/p&gt;
&lt;p&gt;After extracting the source code, import the code as is in eclipse. In eclipse go to src &amp;gt; com &amp;gt; appiancorp&amp;gt;cs&amp;gt;plugin&amp;gt;then go through each class and see whether they have imported the javax.mail&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The second approach is to wait for Appian to upgrade the environment to 22.3 &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&amp;nbsp; and then the plugin will stop working. You will easily get to know that this plugin has some dependency but to do root cause analysis you have to do the above step for each plugin&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/19/pastedimage1663338433494v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>