File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed
Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 5555 server-username : MAVEN_USERNAME
5656 server-password : MAVEN_CENTRAL_TOKEN
5757
58- - name : Import GPG key
59- run : |
60- cat <(echo -e "${{ secrets.GPG_SIGNING_KEY }}") | gpg --batch --import
61- env :
62- GPG_SIGNING_KEY : ${{ secrets.GPG_SIGNING_KEY }}
63-
6458 - name : Publish
6559 run : |
6660 ./gradlew publish
Original file line number Diff line number Diff line change @@ -53,8 +53,7 @@ description:
5353
5454 **Utilizzo**
5555
56- 1. Istanza di MailParser
57-
56+ Istanza di MailParser
5857 Attraverso uno dei seguenti metodi:
5958
6059
@@ -67,8 +66,7 @@ description:
6766 - `MailParser.getInstance(boolean extractAllHeaders)`
6867
6968
70- 2. Parsing
71-
69+ Parsing
7270 Attraverso uno dei seguenti metodi:
7371
7472 - `ParsedEntity parse(MimeMessage mimeMessage)`
@@ -78,8 +76,7 @@ description:
7876 - `ParsedEntity parse(InputStream inputStream)`
7977
8078
81- 3. ParsedEntity
82-
79+ ParsedEntity
8380 Può essere di tipo:
8481
8582 - `PEC`: se il messaggio rappresenta una PEC
@@ -146,7 +143,7 @@ platforms:
146143 - linux
147144 - ios
148145 - android
149- releaseDate : ' 2024-11-16 '
146+ releaseDate : ' 2024-11-24 '
150147softwareType : standalone/web
151- softwareVersion : 5.0.1
148+ softwareVersion : 5.0.2
152149url : ' https://github.com/biagioT/java-pec-parser'
You can’t perform that action at this time.
0 commit comments