Skip to content

Commit

Permalink
Rename master to main (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Sep 24, 2020
1 parent 38778e4 commit 09044ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NIOSMTP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NIOSMTP is a demo app that is a very simple SMTP client and therefore allows you
## Caveats

- if you want to try this out you'll have to put your SMTP server configuration
in [`Configuration.swift`](https://github.com/apple/swift-nio-examples/blob/master/NIOSMTP/NIOSMTP/Configuration.swift), there's no configuration UI at this moment
in [`Configuration.swift`](https://github.com/apple/swift-nio-examples/blob/main/NIOSMTP/NIOSMTP/Configuration.swift), there's no configuration UI at this moment
- before trying out the app you need to configure your SMTP server in `NIOSMTP/Configuration.swift`
- it's a very basic SMTP/MIME implementation, the email body isn't even base64 encoded neither is any other data.
- The `SendEmailHandler` should accept `Email` objects through the pipeline to be more widely usable. Currently it requires the `Email` object in its initialiser which means it can only ever send one email per connection (`Channel`)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Example applications must go through pre-commit code review like all other code

### NIO versions

The [`master`](https://github.com/apple/swift-nio-examples) branch contains the examples for the SwiftNIO 2 family. For the examples working with NIO 1, please use the [`nio-1`](https://github.com/apple/swift-nio-examples/tree/nio-1) branch.
The [`main`](https://github.com/apple/swift-nio-examples) branch contains the examples for the SwiftNIO 2 family. For the examples working with NIO 1, please use the [`nio-1`](https://github.com/apple/swift-nio-examples/tree/nio-1) branch.

0 comments on commit 09044ff

Please sign in to comment.