Skip to content
Failed

Changes

Summary

  1. Updated build script to support continuous delivery (details)
  2. Update README.md (details)
  3. Update README.md (details)
  4. Update README.md (details)
  5. Implement missing method (details)
  6. Use try-with-resources to auto-close streams (details)
  7. Updated dependencies (details)
  8. Automatic code cleanup with intellij (details)
  9. Updated dependencies (details)
  10. Refactoring packages (details)
  11. Code cleanup (details)
  12. Upgrade gradle wrapper (details)
  13. Refactored build config (details)
  14. Added default workflows (details)
  15. Code clean up (details)
  16. Adjusted buffer offset to account for whitespace in message header (details)
  17. Refactored dependencies (details)
  18. Upgrade gradle wrapper (details)
  19. Added make goals (details)
  20. Relaxed testing for release (details)
  21. Added make goals (details)
Commit 8fa37a46402a5d45012914abb7748ceeb6fdf335 by bfortuna
Updated build script to support continuous delivery
The file was modifiedbuild.gradle (diff)
The file was addedgradle.properties.template
The file was modified.gitignore (diff)
The file was modifiedREADME.md (diff)
The file was modifiedREADME.md (diff)
The file was modifiedREADME.md (diff)
Commit 64fbb9a6f2f0a8fd1ed863757eef89bd7ab70203 by benfortuna
Implement missing method
The file was modifiedsrc/main/java/net/fortuna/mstor/MStorFolder.java (diff)
Commit d5e3bf47f99673a12131e485cdaa3315192da8b0 by benfortuna
Use try-with-resources to auto-close streams
The file was modifiedsrc/main/java/net/fortuna/mstor/data/MboxEncoder.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/data/MboxFile.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/data/xml/DocumentBinding.java (diff)
The file was modifiedbuild.gradle (diff)
Commit 8d69efc2f11cf78f238337899c31eb84fa2ce56a by benfortuna
Automatic code cleanup with intellij
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/NotTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/HeaderTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/ReferencesTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/FromStringTermFactory.groovy (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/nntp/NntpFolder.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/jcr/JcrMessage.java (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/AndTermFactory.groovy (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/MStorFolder.java (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/InternetAddressFactory.groovy (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/mbox/YamlMetaFolder.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/data/MboxFile.java (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/SearchTermBuilder.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/MessageBuilder.groovy (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/jcr/JcrConnector.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/mbox/MboxFolder.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/data/MessageInputStream.java (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/OrTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/RecipientTermFactory.groovy (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/AbstractFolderDelegate.java (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/InReplyToTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/MessageIDTermFactory.groovy (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/nntp/NntpConnector.java (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/SessionFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/FromTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/SubjectTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/MimeMessageFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/BodyTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/RecipientStringTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/SentDateTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/SizeTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/MessageNumberTermFactory.groovy (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/mbox/MboxConnector.java (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/FlagTermFactory.groovy (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/MStorMessage.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/jcr/JcrFolder.java (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/ReceivedDateTermFactory.groovy (diff)
The file was modifiedsrc/test/java/net/fortuna/mstor/connector/jcr/JcrStoreLifecycle.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/jcr/JcrConnector.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/jcr/JcrFolderDao.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/jcr/JcrMessageDao.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/jcr/JcrMessage.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/jcr/JcrFolder.java (diff)
The file was removedsrc/test/java/net/fortuna/mstor/MStorStoreTest.java
The file was modifiedsrc/main/java/net/fortuna/mstor/search/InReplyToSearchTerm.java (diff)
The file was addedsrc/test/java/net/fortuna/mstor/model/TagTest.java
The file was removedsrc/test/java/net/fortuna/mstor/tag/TagsTest.java
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/InReplyToTermFactory.groovy (diff)
The file was modifiedsrc/main/groovy/net/fortuna/mstor/search/ReferencesTermFactory.groovy (diff)
The file was modifiedsrc/test/java/net/fortuna/mstor/search/TagsTermTest.java (diff)
The file was removedsrc/test/java/net/fortuna/mstor/AbstractMStorTest.java
The file was removedsrc/main/java/net/fortuna/mstor/tag/Tags.java
The file was modifiedsrc/test/java/net/fortuna/mstor/search/SearchTermsTest.java (diff)
The file was addedsrc/test/java/net/fortuna/mstor/model/MStorMessageTest.java
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/MessageDelegate.java (diff)
The file was modifiedsrc/test/java/net/fortuna/mstor/connector/mbox/MboxMStorMessageIntegrationTest.java (diff)
The file was addedsrc/main/java/net/fortuna/mstor/model/MStorStore.java
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/mbox/MboxConnector.java (diff)
The file was modifiedsrc/test/java/net/fortuna/mstor/connector/mbox/MboxMessedUpCacheIntegrationTest.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/FolderDelegate.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/search/TagsTerm.java (diff)
The file was addedsrc/test/java/net/fortuna/mstor/model/MStorStoreTest.java
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/jcr/JcrMessage.java (diff)
The file was addedsrc/test/java/net/fortuna/mstor/model/TagsTest.java
The file was modifiedsrc/test/java/net/fortuna/mstor/connector/mbox/MboxMStorFolderIntegrationTest.java (diff)
The file was removedsrc/test/java/net/fortuna/mstor/UIDFolderTest.java
The file was modifiedsrc/test/java/net/fortuna/mstor/connector/mbox/MboxStoreLifecycle.java (diff)
The file was removedsrc/test/java/net/fortuna/mstor/MStorFolderTest.java
The file was addedsrc/test/java/net/fortuna/mstor/model/MStorFolderTest.java
The file was modifiedsrc/test/java/net/fortuna/mstor/connector/mbox/MboxUIDFolderIntegrationTest.java (diff)
The file was addedsrc/main/java/net/fortuna/mstor/model/MStorFolder.java
The file was removedsrc/test/java/net/fortuna/mstor/MessedUpCacheTest.java
The file was modifiedsrc/test/java/net/fortuna/mstor/connector/jcr/JcrStoreLifecycle.java (diff)
The file was modifiedsrc/test/java/net/fortuna/mstor/connector/mbox/MboxMStorStoreIntegrationTest.java (diff)
The file was addedsrc/test/java/net/fortuna/mstor/model/UIDFolderTest.java
The file was modifiedsrc/test/java/net/fortuna/mstor/connector/jcr/JcrMStorFolderIntegrationTest.java (diff)
The file was removedsrc/main/java/net/fortuna/mstor/MStorFolder.java
The file was removedsrc/main/java/net/fortuna/mstor/MStorMessage.java
The file was addedsrc/test/java/net/fortuna/mstor/model/MessedUpCacheTest.java
The file was removedsrc/main/java/net/fortuna/mstor/MStorStore.java
The file was removedsrc/test/java/net/fortuna/mstor/MStorMessageTest.java
The file was modifiedsrc/test/java/net/fortuna/mstor/connector/mbox/MboxTagIntegrationTest.java (diff)
The file was addedsrc/main/java/net/fortuna/mstor/model/Tags.java
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/AbstractProtocolConnector.java (diff)
The file was addedsrc/test/java/net/fortuna/mstor/model/StoreLifecycle.java
The file was removedsrc/test/java/net/fortuna/mstor/StoreLifecycle.java
The file was removedsrc/test/java/net/fortuna/mstor/tag/TagTest.java
The file was removedsrc/main/java/net/fortuna/mstor/tag/Taggable.java
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/nntp/NntpConnector.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/jcr/JcrConnector.java (diff)
The file was modifiedsrc/main/resources/META-INF/javamail.providers (diff)
The file was addedsrc/test/java/net/fortuna/mstor/model/AbstractMStorTest.java
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/ProtocolConnectorFactory.java (diff)
The file was addedsrc/main/java/net/fortuna/mstor/model/Taggable.java
The file was modifiedsrc/test/java/net/fortuna/mstor/connector/jcr/JcrMStorStoreIntegrationTest.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/search/ReferencesSearchTerm.java (diff)
The file was addedsrc/main/java/net/fortuna/mstor/model/MStorMessage.java
The file was modifiedsrc/main/java/net/fortuna/mstor/connector/mbox/MboxConnector.java (diff)
Commit 03ee45217ea2ce14bef171c3cfd4d521b327f5a9 by bfortuna
Upgrade gradle wrapper
The file was modifiedgradle/wrapper/gradle-wrapper.properties (diff)
The file was modifiedgradlew (diff)
The file was modifiedgradlew.bat (diff)
The file was modifiedgradle/wrapper/gradle-wrapper.jar (diff)
Commit 497584c87e1a132f9e49ab9615131aa93bc35af7 by bfortuna
Refactored build config
The file was modifiedbuild.gradle (diff)
The file was removedgradle.properties.template
The file was addedgradle.properties
The file was modified.gitignore (diff)
Commit 500fc346183191210bd401847b443b0dc06131b5 by bfortuna
Added default workflows
The file was added.github/workflows/publish-snapshots.yml
The file was added.github/workflows/run-build.yml
The file was modifiedsrc/main/java/net/fortuna/mstor/data/MboxEncoder.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/data/MessageAppender.java (diff)
The file was modifiedsrc/main/java/net/fortuna/mstor/data/MessageInputStream.java (diff)
Commit 9fc408fba4d19f042402f93b094d736ba904fe5c by bfortuna
Adjusted buffer offset to account for whitespace in message header
(From_ line)
The file was modifiedsrc/main/java/net/fortuna/mstor/data/MboxFile.java (diff)
Commit 8b859668dd1e49634073965af1d754acb6d35f68 by bfortuna
Refactored dependencies
The file was modifiedbuild.gradle (diff)
The file was modifiedgradle.properties (diff)
Commit 9beb5462f61f7f93b074b69aa5863b9abbabdea4 by bfortuna
Upgrade gradle wrapper
The file was modifiedgradle/wrapper/gradle-wrapper.properties (diff)
The file was added.env
The file was addedMakefile
Commit 6f179d4190370a8028405b71beb3421b7c292cfb by bfortuna
Relaxed testing for release
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/test/java/net/fortuna/mstor/search/SearchTermsTest.java (diff)
The file was modifiedMakefile (diff)