Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
27c3df48
Commit
27c3df48
authored
Aug 09, 2019
by
nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S45723751 # Matchd / Talentology - No Plan [Enhancement] #Ingest not working - URGENT
parent
e687f678
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
PerformaEmailFetcher.java
cmsWebApp/src/performa/utils/PerformaEmailFetcher.java
+1
-2
No files found.
cmsWebApp/src/performa/utils/PerformaEmailFetcher.java
View file @
27c3df48
...
...
@@ -85,7 +85,7 @@ public class PerformaEmailFetcher implements Runnable, InitialisationParticipant
for
(
Folder
folder
:
folders
)
{
if
((
folder
.
getType
()
&
Folder
.
HOLDS_MESSAGES
)
!=
0
)
if
((
folder
.
getType
()
&
Folder
.
HOLDS_MESSAGES
)
!=
0
&&
folder
.
getFullName
().
equalsIgnoreCase
(
"INBOX"
)
)
{
LogMgr
.
log
(
LOG
,
LogLevel
.
PROCESSING1
,
"Processing folder "
+
folder
.
getFullName
());
visitedNodes
.
add
(
folder
.
getFullName
());
...
...
@@ -290,7 +290,6 @@ public class PerformaEmailFetcher implements Runnable, InitialisationParticipant
LogMgr
.
log
(
LOG
,
LogLevel
.
PROCESSING2
,
"Mail Subject:"
+
tmpSubject
,
" Address:"
,
tmpFromAdress
,
" MessageId:"
,
tmpMessageID
);
LogMgr
.
log
(
LOG
,
LogLevel
.
PROCESSING2
,
"Mail Details: Received "
,
message
.
getReceivedDate
(),
" Sent:"
,
message
.
getSentDate
());
if
(
message
.
getAllRecipients
()
!=
null
&&
message
.
getAllRecipients
().
length
>
0
)
{
for
(
Address
receipientAddress
:
message
.
getAllRecipients
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment