|
@@ -245,8 +245,11 @@ def sendStarttls(host, sendingMail, receivingMail, password, message="",
|
|
|
|
|
|
\begin{frame}[plain]{Senden einer Email}
|
|
|
%\makeset
|
|
|
- \lstset{language=Python}
|
|
|
- \lstinputlisting[language=Python]{code/sentMail.py}
|
|
|
+ %\lstset{language=Python}
|
|
|
+ %\lstinputlisting[language=Python]{code/sentMail.py}
|
|
|
+ \begin{figure}[h]
|
|
|
+ \includegraphics[width=.4\textwidth]{media/codeFragment.png}
|
|
|
+ \end{figure}
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
@@ -271,7 +274,9 @@ def sendStarttls(host, sendingMail, receivingMail, password, message="",
|
|
|
|
|
|
% TODO: insert bugs
|
|
|
\begin{frame}[plain]{Bugs}
|
|
|
-INSERT BUGS HERE
|
|
|
+ \begin{figure}[h]
|
|
|
+ \includegraphics[width=.4\textwidth]{media/bug.png}
|
|
|
+ \end{figure}
|
|
|
\end{frame}
|
|
|
|
|
|
|