You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by "chibenwa (via GitHub)" <gi...@apache.org> on 2023/04/07 07:08:37 UTC

[GitHub] [james-project] chibenwa opened a new pull request, #1514: JAMES-3899 WithStorageDirective allows manipulating flags

chibenwa opened a new pull request, #1514:
URL: https://github.com/apache/james-project/pull/1514

   A long dream I had, to manipulate flags from within mail processing.
   
   Next steps: set up related `filtering actions`.
   
   Includes a refactoring that ease dealing with storage directive, no longer forces users to manually deal with magic mail attributes to set storage directives, and also suppress coupling...


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #1514: JAMES-3899 WithStorageDirective allows manipulating flags

Posted by "chibenwa (via GitHub)" <gi...@apache.org>.
chibenwa merged PR #1514:
URL: https://github.com/apache/james-project/pull/1514


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] Arsnael commented on pull request #1514: JAMES-3899 WithStorageDirective allows manipulating flags

Posted by "Arsnael (via GitHub)" <gi...@apache.org>.
Arsnael commented on PR #1514:
URL: https://github.com/apache/james-project/pull/1514#issuecomment-1501359654

   ```
   07:24:59,184 [INFO] There are 4 errors reported by Checkstyle 10.3.4 with checkstyle.xml ruleset.
   07:24:59,199 [ERROR] src/main/java/org/apache/james/transport/mailets/WithStorageDirective.java:[30,1] (imports) ImportOrder: Wrong order for 'org.apache.james.user.api.UsersRepository' import.
   07:24:59,199 [ERROR] src/main/java/org/apache/james/transport/mailets/jsieve/delivery/SievePoster.java:[29,1] (imports) ImportOrder: Wrong order for 'org.apache.james.transport.mailets.jsieve.Poster' import.
   07:24:59,199 [ERROR] src/main/java/org/apache/james/transport/mailets/RandomStoring.java:[41,1] (imports) ImportOrder: Wrong order for 'org.apache.james.user.api.UsersRepository' import.
   07:24:59,199 [ERROR] src/main/java/org/apache/james/transport/mailets/ToSenderFolder.java:[33,1] (imports) ImportOrder: Wrong order for 'org.apache.james.user.api.UsersRepository' import.
   ```


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org