Commit graph

16 commits

Author SHA1 Message Date
5948b38702
Remove redundant vcs.xml file
The .idea/vcs.xml file was deleted because it is not needed for the project. It was initially created by the IntelliJ IDEA but we're managing version control configurations through another way, making this file redundant.
2023-08-15 10:08:47 +02:00
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
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
6a497d2780
Calling it a day... 2022-03-11 16:57:14 +01:00
07fdf64cbc
Started work on charset and encoding handling 2022-03-11 10:29:44 +01:00
98d7982738
Calling it a day... 2022-03-10 16:56:41 +01:00
57ebb171c5
Lots of cleanups and refactoring 2022-03-10 16:19:51 +01:00
59a1d14ca7
Better context and connection handling 2022-03-10 12:10:27 +01:00
4babc309fb
Implemented SMTP AUTH 2022-03-10 10:53:38 +01:00
1f6fc2cadc
Typo fix 2022-03-09 17:30:35 +01:00
ba5f519d9d
Make GoLint happy 2022-03-09 17:05:38 +01:00
6285b5fb4f
More progress... calling it a day. 2022-03-09 16:52:23 +01:00
4b4c8065f6
Progress 2022-03-09 13:20:01 +01:00
261481344f
Makeing some progress... 2022-03-05 16:27:09 +01:00
4af52c3414
Enable CirrusCI 2022-03-05 12:13:46 +01:00
34b3f4af66 Initial checkin 2022-03-05 12:10:20 +01:00