mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-07 11:47:16 +00:00
goxc changes
Reorganize stuff in bin dir to other places, or delete it Only build amd64 binaries to reduce bintray space usage
This commit is contained in:
1
etc/mailbox-list.sh
Executable file
1
etc/mailbox-list.sh
Executable file
@@ -0,0 +1 @@
|
||||
curl -i -H "Accept: application/json" --noproxy localhost http://localhost:9000/mailbox/$1
|
||||
1
etc/message-delete.sh
Executable file
1
etc/message-delete.sh
Executable file
@@ -0,0 +1 @@
|
||||
curl -i -H "Accept: application/json" --noproxy localhost -X DELETE http://localhost:9000/mailbox/$1/$2
|
||||
1
etc/message-source.sh
Executable file
1
etc/message-source.sh
Executable file
@@ -0,0 +1 @@
|
||||
curl -i -H "Accept: application/json" --noproxy localhost http://localhost:9000/mailbox/$1/$2/source
|
||||
Reference in New Issue
Block a user