mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-04 07:16:32 +01:00 
			
		
		
		
	Cleanup
This commit is contained in:
		
							parent
							
								
									bcd9c06899
								
							
						
					
					
						commit
						616a174dd7
					
				
					 3 changed files with 0 additions and 37 deletions
				
			
		| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
2023/11/01 09:58:03 Micro started
 | 
			
		||||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
{% extends 'layout.twig' %}
 | 
			
		||||
 | 
			
		||||
{% block body %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,34 +0,0 @@
 | 
			
		|||
 | 
			
		||||
{% extends 'layout.twig' %}
 | 
			
		||||
 | 
			
		||||
{% block body %}
 | 
			
		||||
    <script>
 | 
			
		||||
        enableNewMessageNotifications('{{ address }}', false)
 | 
			
		||||
    </script>
 | 
			
		||||
 | 
			
		||||
    <a href="/{{ address }}">
 | 
			
		||||
        ← Return to inbox</a>
 | 
			
		||||
    <div style="float: right">
 | 
			
		||||
        <a href="/login">
 | 
			
		||||
            Logout</a>
 | 
			
		||||
    </div>
 | 
			
		||||
    <h1>{{ mail.subject }}</h1>
 | 
			
		||||
    <h3>{{ mail.from.text }}</h3>
 | 
			
		||||
    <h3>{{ mail.date| date }}</h3>
 | 
			
		||||
    <hr>
 | 
			
		||||
    {% if mail.html %}
 | 
			
		||||
	<iframe>
 | 
			
		||||
        <div class="mail_body" style="overflow: auto;">
 | 
			
		||||
            {{ mail.html|raw }}
 | 
			
		||||
	</div>
 | 
			
		||||
	</iframe>
 | 
			
		||||
    {% elseif mail.textAsHtml %}
 | 
			
		||||
        <div class="mail_body">
 | 
			
		||||
            {{ mail.textAsHtml|raw }}
 | 
			
		||||
	</div>
 | 
			
		||||
    {% else %}
 | 
			
		||||
        <div class="mail_body"></div>
 | 
			
		||||
    {% endif %}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue