Skip to content

Support for Attachments in SDK #139

@cimnine

Description

@cimnine

Use Case

I'm writing an importer to migrate from my previous password manager Enpass to 1Password. The script is more intelligent than what can be achieved via CSV.

Requirements and desired behavior

For importing attachments, it would be great if you could add support for them to the SDK.

Additional information

As a dev, it would be the easiest for me if an attachment would be just another field with a field type Attachment. The field's value would be the file's binary data.

Alternatively, like if you need to retain the file's type internally, then the field's value could also be a MIME-formatted message (see RFC 5322 Internet Message Format, as tooling for such exists in most programming languages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions