Commit graph

9 commits

Author SHA1 Message Date
c2e3613c28
Remove .idea/go-mail.iml, update .gitignore
Deleted the `.idea/go-mail.iml` file which was committed in error and should not be part of the source code repository. Updated the `.gitignore` file to ignore the whole `.idea` directory, since it contains configuration files that are specific to each developers environment and not required for the project build. The changes in the repository will now make it more clutter-free and prevent unintentional commits of unnecessary files in the future.
2023-08-15 10:04:01 +02:00
438cfd60eb
Preparation for the v0.4.0 release:
- Bump version in doc.go
- Add sonarlint to .gitignore
- Update README to reflect the changes and contributors
- Fixed typos in auth_cram_md5_118.go, msg.go, msg_test.go, reader.go and smtp_ehlo_117.go
2023-05-31 09:34:45 +02:00
b0dbe19ee1
Updated .gitignore 2022-10-18 15:39:55 +02:00
419469c297
Introduce golangci-lint 2022-10-17 18:10:24 +02:00
ecf795c758
Update .gitignore
Add more specific .idea ignores
2022-08-27 11:07:17 +02:00
31001e87b2
#24: Add SPDX license IDs for REUSE compliance
# SUMMARY

* Bad licenses:
* Deprecated licenses:
* Licenses without file extension:
* Missing licenses:
* Unused licenses:
* Used licenses: CC0-1.0, MIT
* Read errors: 0
* Files with copyright information: 45 / 45
* Files with license information: 45 / 45

Congratulations! Your project is compliant with version 3.0 of the REUSE Specification :-)
2022-06-17 15:05:54 +02:00
fae1b4c5d8
Update .gitignore 2022-06-03 12:26:42 +02:00
3351e158a8
Integrate with SonarQube 2022-04-12 15:51:18 +02:00
75153487c3
Initial commit 2022-03-05 12:03:35 +01:00