mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-06-18 03:03:35 +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:
Executable
+1
@@ -0,0 +1 @@
|
||||
curl -i -H "Accept: application/json" --noproxy localhost http://localhost:9000/mailbox/$1
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
curl -i -H "Accept: application/json" --noproxy localhost -X DELETE http://localhost:9000/mailbox/$1/$2
|
||||
Executable
+1
@@ -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