Swiftpack.co - Swift Packages by Mikroservices

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by Mikroservices

Mikroservices/Smtp 3.0.3
:email: SMTP protocol support for the Vapor web framework.
⭐️ 41
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Fix message encoding when send plain email with attachments
1 year ago
Async/await support
2 years ago
```swift let email = try! Email(from: EmailAddress(address: "[email protected]", name: "John Doe"), to: [EmailAddress(address: "[email protected]", name: "Ben Doe")], subject: "The subject (text)", body: "This is email body.") try await request.smtp.send(email) ```
Fix NIOSSLContext warning
2 years ago
**Full Changelog**: https://github.com/Mikroservices/Smtp/compare/3.0.0...3.0.1
BCC support and anonymous sign in
2 years ago
Version added BCC support and anonymous sign in into the SMTP server.
Add second HELLO after TLS handshake
3 years ago
Some SMTP servers (e.g. smtp.office365.com ) require a second handshake after the initial start of the tls connection.
Fix issue with event loop in request context
3 years ago
Add enum for HELO/EHLO message
3 years ago
Fix protection level of send method
3 years ago
Add possibility to use Request and Application
3 years ago
Fix issue with private Email initialisation
3 years ago
macOS
Mikroservices/Users 1.0.0
:couple: Microservice for management users.
⭐️ 5
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
First release
4 years ago
Common operations for user management: - register - sign-in (JWT token) - change password - forgot password - roles
macOS
Mikroservices/Recaptcha 2.1.0
:key: Google recaptcha library for Vapor
⭐️ 4
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Add async/await support
2 years ago
Vapor 4 Support
3 years ago
Fix warning in Package.swift
3 years ago
Move to Vapor 4
3 years ago
Recaptcha 1.0.1
5 years ago
Fix issue with Mock initializers.
Recaptcha 1.0.0
5 years ago
Initial release of Recaptcha for Vapor.
macOS
Mikroservices/ExtendedError 2.0.0
:beetle: Custom error middleware for Vapor
⭐️ 1
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Support Vapor 4
3 years ago
Fix warning in Packages.swift
3 years ago
Move to Vapor 4
3 years ago
1.0.0
5 years ago
Initial release
macOS
Mikroservices/ExtendedConfiguration 1.0.3
:ledger: Library provides mechanism for reading configuration files.
⭐️ 0
🕓 42 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Support for UPPERCASED_ environment variables
42 weeks ago
Add all() function
3 years ago
Add interface for custom settings objects
3 years ago
Now there is possibility to store own settings object: ```swift app.settings.set(YourClass(.....), for: YourClass.self) ``` You can get object in application: ```swift let settings = app.settings.get(YourClass.self) ```
First release of extended configuration lib for Vapor
3 years ago
macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics