utf7-imap 0.3.2

Mailbox names encoder and decoder (UTF-7 IMAP RFC 3501)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: release

on: workflow_dispatch

jobs:
  test:
    name: Release
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
      - uses: katyo/publish-crates@v1
        with:
          registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}