commit 6afd5e8e9b79cec3ace7dcac65456569b535e860 Author: Shoviv NSF to PST Converter Date: Wed Aug 30 10:14:00 2023 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f91721 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..aef03b7 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +This software code is made available "AS IS" without warranties of any kind. +You may copy, display, modify and redistribute the software code either by +itself or as incorporated into your code; provided that you do not remove +any proprietary notices. Your use of this software code is at your own risk +and you waive any claim against Amazon Digital Services, Inc. or its affiliates +with respect to your use of this software code. (c) 2006 Amazon Digital Services, +Inc. or its affiliates. diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc33f29 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# convert-nsf-pst + +We write a detailed guide on how you can convert NSF files into PST format. Manual as well as professional methods are included in this blog: https://www.shoviv.com/blog/how-to-convert-nsf-to-pst/