Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(export): EML #212

Merged
merged 3 commits into from Aug 2, 2022
Merged

feat(export): EML #212

merged 3 commits into from Aug 2, 2022

Conversation

mehdilouraoui
Copy link
Contributor

Closes #185 #186

Objectif(s)

Permettre l'export d'une arborescence brute (en PST) vers une arborescence EML.

@sonarcloud
Copy link

sonarcloud bot commented Jul 29, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Merging #212 (fe43d68) into dev (d241e48) will decrease coverage by 0.09%.
The diff coverage is 0.00%.

@@           Coverage Diff            @@
##             dev    #212      +/-   ##
========================================
- Coverage   4.95%   4.85%   -0.10%     
========================================
  Files        113     114       +1     
  Lines       2705    2760      +55     
  Branches     401     414      +13     
========================================
  Hits         134     134              
- Misses      2452    2506      +54     
- Partials     119     120       +1     
Impacted Files Coverage Δ
src/common/modules/FileExporterModule.ts 0.00% <0.00%> (ø)
src/common/modules/exporters/CsvExporter.ts 0.00% <0.00%> (ø)
src/common/modules/exporters/EmlExporter.ts 0.00% <0.00%> (ø)
src/common/modules/exporters/JsonExporter.ts 0.00% <0.00%> (ø)
src/common/modules/exporters/XslxExporter.ts 0.00% <0.00%> (ø)
src/renderer/hooks/useExporter.tsx 0.00% <0.00%> (ø)
...derer/views/dashboard/DashboardActionsExporter.tsx 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d241e48...fe43d68. Read the comment docs.

@lsagetlethias lsagetlethias changed the title Feat/export eml feat(export): EML Aug 2, 2022
@lsagetlethias lsagetlethias merged commit cc90c1d into dev Aug 2, 2022
@github-actions
Copy link

github-actions bot commented Aug 2, 2022

v0.0.1-feat-export-eml.0 successfully destroyed! (https://github.com/SocialGouv/archifiltre-mails/runs/2780916578)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transformer les messages au format EML
3 participants