Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117754305
kolab_guam.erl
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
kolab_guam.erl
View Options
%% Copyright 2015 Kolab Systems AG (http://www.kolabsys.com)
%%
%% Aaron Seigo (Kolab Systems) <seigo a kolabsys.com>
%%
%% This program is free software: you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published by
%% the Free Software Foundation, either version 3 of the License, or
%% (at your option) any later version.
%%
%% This program is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%% GNU General Public License for more details.
%%
%% You should have received a copy of the GNU General Public License
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
-
module
(
kolab_guam
).
-
behaviour
(
application
).
%% Application callbacks
-
export
([
start
/
0
,
start
/
2
,
stop
/
0
,
stop
/
1
]).
start
()
->
ok
=
ssl
:
start
(),
application
:
start
(
kolab_guam
).
stop
()
->
application
:
stop
(
kolab_guam
).
%% ===================================================================
%% Application callbacks
%% ===================================================================
start
(_
StartType
,
_
StartArgs
)
->
lager
:
info
(
"Starting Kolab Guam IMAP session proxy ..."
),
lager
:
info
(
" Starting the main supervisor ..."
),
kolab_guam_sup
:
start_link
().
stop
(_
State
)
->
ok
.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 6:48 AM (1 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cd/56/4f17c112403785f864231d31316c
Default Alt Text
kolab_guam.erl (1 KB)
Attached To
Mode
rG guam
Attached
Detach File
Event Timeline