williamWEWEevan commented on issue #8328:
URL: https://github.com/apache/hop/issues/8328#issuecomment-5633531498

   I think its a similar issue with  
[6916](https://github.com/apache/hop/pull/6916) . Its just happened on a 
different field.
   
   I propose to include the valueIMAPList and  actionType as well on 
.../plugins/misc/mail/src/main/java/org/apache/hop/mail/workflow/actions/getpop/ActionGetPOP.java
   
   Before:
   ```
     public int actionType;
   
     @HopMetadataProperty(key = "conditionreceiveddate")
     public int conditionReceivedDate;
     
     public int valueIMAPList;
   ```
   
   After:
   ```
     @HopMetadataProperty(key = "actiontype")
     public int actionType;
   
     @HopMetadataProperty(key = "conditionreceiveddate")
     public int conditionReceivedDate;
   
     @HopMetadataProperty(key = "valueimaplist")
     public int valueIMAPList;
   ``` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to