Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for uploaded files in HTTP dumps #175

Open
butschster opened this issue May 17, 2024 · 1 comment
Open

Support for uploaded files in HTTP dumps #175

butschster opened this issue May 17, 2024 · 1 comment

Comments

@butschster
Copy link
Member

No description provided.

@Kreezag
Copy link
Member

Kreezag commented Jun 16, 2024

@butschster We need to use the same attachment format as we have for SMTP event

For now http dump returns payload.files with the format
image

Smtp attachment has different format:

{
          uuid: attachment.uuid,
          name: attachment.name,
          size: attachment.size,
          mime: attachment.mime,
          path: attachment.path
}

SMTP attachment also has his own request url: [site]/api/smtp/${id}/attachments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants