1 \documentclass{article
}
4 \newenvironment{paramlist
}
5 {\begin{list
}{\bfseries\upshape \hspace{4em
}Parameter
\arabic{paramc
}:
}
6 {\usecounter{paramc
}\setlength{\parsep}{0.0ex
}\setlength}}
9 \newcommand{\ipcmsg}[1]{{\raggedleft\bfseries\upshape #1}}
13 \section{Common Messages
}
17 A positive response to another mensage, should include a return value.
31 \section{Authentication Server
}
36 Verify if a user exist, will return "ok" is the user
37 exist, error otherwise.
45 Will authenticate a given user, will return ok if the
46 user and password are right, error otherwise.
53 \section{Mailbox Server
}
58 It will return ok message with the amount of emails
59 for a given user, after that it will push n "mailinfo"
60 message. On failture it will return error.
68 Return message with a given email detail.
77 Store an email, it will return ok if successful and
78 begin using raw operations till read 'Data Length'
89 Retrieve an email for a given user. Should
90 return ok with the size of the email if the
91 email number is valid and then it will
92 start sending the email using raw operations.
93 If the email number is invalid will return error.