OpenPGP first look (#53)

This commit is contained in:
RainLoop Team 2014-01-28 01:34:54 +04:00
parent 74991b16d9
commit 098a04eab6
15 changed files with 175 additions and 20 deletions

View file

@ -13,4 +13,5 @@ class Parameter
const NAME = 'name';
const FILENAME = 'filename';
const BOUNDARY = 'boundary';
const PROTOCOL = 'protocol';
}