Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vanille
SeminaireMails
Commits
dcb04dcf
Unverified
Commit
dcb04dcf
authored
Oct 31, 2021
by
Vanille-N
Browse files
fixes
parent
36303621
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/imap/imap.tex
View file @
dcb04dcf
\begin{frame}
\frametitle
{
IMAP
}
\framesubtitle
{
Internet Message Access Protocol
}
Le serveurr re
\c
coit le mail, puis l'utilisateur peut le consulter quand
il veut
\begin{align*}
&
\text
{
serveur
}
&
\xrightarrow
[\q
quad\text{
mail
}\
q
quad
]
{
}
\qquad
&
\text
{
client
}
\\
&
(
\ttt
{
crans.org
}
)
&
&
(
\text
{
Evolution
}
)
&
\text
{
serveur
}
&
\x
left
rightarrow
{
\
quad\text
{
IMAP
}
\quad
}
\qquad
&
\text
{
client
}
\\
&
(
\ttt
{
imap.
crans.org
}
)
&
&
(
\text
{
Evolution
}
)
\end{align*}
~
\\
Mais que veut dire exactement
\(
\xrightarrow
[
\text
{
mail
}
]
{}\)
? Comment ça marche ?
\(
\impl
\)
IMAP
\end{frame}
\begin{frame}
...
...
@@ -20,7 +18,7 @@
\item
discussion textuelle structur
\'
ee
\item
crypt
\'
e (TLS)
\end{itemize}
~
\\
\item
v
\'
erifie que le client a le droit de
reçevoi
r le mail
\item
v
\'
erifie que le client a le droit de
consulte
r le mail
\begin{itemize}
\item
un seul serveur g
\`
ere de nombreux utilisateurs
\item
identifiant + mdp
...
...
src/intro/failure-1.png
deleted
100644 → 0
View file @
36303621
53.8 KB
src/intro/failure-2.png
deleted
100644 → 0
View file @
36303621
62.1 KB
src/smtp/smtp.tex
View file @
dcb04dcf
...
...
@@ -19,9 +19,9 @@
\[
\text
{
Evolution
}
\xrightarrow
{
\text
{
SMTP
}}
\ttt
{
crans.org
}
\ttt
{
stmp.
crans.org
}
\xrightarrow
{
\text
{
SMTP
}}
\ttt
{
gmail.com
}
\ttt
{
stmp.
gmail.com
}
\xleftrightarrow
{
\text
{
IMAP
}}
\text
{
Evolution
}
\]
...
...
@@ -68,4 +68,5 @@
\begin
{
center
}
\includegraphics
[
width
=
7
cm
]
{$
(HERE)/recu.png
}
\end{center}
\textit
{
Conseil pas
\'
ethique: vous pouvez antidater vos mails !
}
\end{frame}
texmake.py
View file @
dcb04dcf
...
...
@@ -269,19 +269,19 @@ class Cfg:
descr
=
"""
\
# Autogenerated by TeXMake
TEX_SRC_%name% =
\\
override
TEX_SRC_%name% =
\\
%iter%(file.with_prefix("build").path() for file in self.txt + [File("%name%")])
TEX_FIG_%name% =
\\
override
TEX_FIG_%name% =
\\
%iter%(file.with_prefix("build").try_pdf().path() for file in self.fig)
BIBLIO_%name% =
\\
override
BIBLIO_%name% =
\\
%iter%(file.with_prefix("build").path() for file in self.bib)
HEADERS_%name% =
\\
override
HEADERS_%name% =
\\
%iter%(file.with_prefix("build").path() for file in self.hdr)
MAKES_%name% =
\\
override
MAKES_%name% =
\\
doc_%name%.tex.mk
\\
common.tex.mk
\\
Makefile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment