mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Implement STLS for pop3 (#384)
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -3,6 +3,9 @@
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Emacs messiness.
|
||||
*~
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
@@ -58,3 +61,7 @@ repl-temp-*
|
||||
|
||||
# Test lua files
|
||||
/inbucket.lua
|
||||
|
||||
# IntelliJ
|
||||
.idea
|
||||
inbucket.iml
|
||||
|
||||
Reference in New Issue
Block a user