Autor Thema: E-Mail Clients/Server & Tools diverses ...  (Gelesen 95016 mal)

0 Mitglieder und 5 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
i.Scribe 2.4.21
« Antwort #1395 am: 11 Mai, 2022, 18:50 »
i.Scribe is a small and fast email client supporting SMTP, POP3 and IMAP4, and comes with an accurate Bayesian spam filter. It also protects you from the usual security holes in other email clients with it's own virus safe HTML control and executable attachment lockout. i.Scribe is actually the free version of the commercial product InScribe, so it supports only one email account and one user-defined filter.

License:  Freeware

Changelog

    Scripting:

        Added a Scripts\ScribeScripts.h file that contains the item type and folder magic numbers. So instead of writing "GetFolder(0xaaff0002)" you can include ScribeScripts.h and then use "GetFolder(ScribeItemContact)".
        Fixed the compiler to resolve nested #define values.
        Also added compile time simplification of scripting #define values, if there is round brackets present in the value, and any variables also resolve to something. Otherwise the old behavior of resolving the expression at run time is used.
        New callback type "OnLoad" will fire when the application is loaded it's mail stores and folders. Async loads of IMAP folders will happen after though. If you need a script to access a Mail3 folder on startup, this is the way.
        Deprecated the 'MsgBox' function, use 'MessageDlg' instead.
    Optimized the sorting of folders. One particular test case I have of ~20k IMAP email went from around 5 mins to 5 seconds. It's about getting the data into the right format for qsort_r to do it's thing.
    Also during folder loads the loading item now shows some progress.
    Oh and IMAP folder loads are now threaded. In that the UI doesn't lock up while the load happens. Little things...
    Fixed the flashing vertical scroll bar when displaying text emails.
    Fixed crash in filter evaluation when using filter values starting with period character.
    Added remote URL calendar support back in (ie vCalendar feed). Right click in the calendar list and "Add Calendar by URL". It's read only. Although if you open a remote event, then edit and save it'll save an edited copy in your default calendar folder. Seems reasonable to me.
    Added UI for calendar start of week setting.
    Fixed single quotes in the 'from' header cause back slashes to appear in IMAP email.
    Fixed multiple issues saving webdav contacts.
    Bayesian filter now uses the spam folder path in Manage Mail Stores -> System Paths -> Spam. It was a hard coded string before.
    Bayesian filter: If the user sends an email to someone it used to white list that email address, so any reply would not be accidentally classified as spam. That is now fixed.
    Fixed a crash resulting from incorrect removal of CSS style comments. Thou shall not overwrite the NULL terminator on a C string.
    Added a new mail DOM object field "ReceivedDomain" that looks up the last "Received: from" header and extracts the IP address or domain. Useful for filtering.
    Improved shutdown behaviour for the webdav thread when loading contact and calendar items. It no longer blocks the application from quitting when in it's loading phase.
    The find window layout doesn't glitch back and forth anymore.
    Implemented better management of the splitter layout on the main window so that when you resize the window to hide say the split between the mail preview and mail list it keeps the splitter visible, and therefor also the scroll bar resizes to the available space. Before you would lose the splitter and the bottom of the scroll bar of the mail list. On low resolution screens this was very unhelpful.
    Cancelling at the print preview stage doesn't cause an error dialog anymore.
    Added a page range setting to the HTML print preview window.
    Fixed images loading in the HTML print preview.
    [Mostly] Fixed printing larger and more complicated HTML email. The HTML control has this feature where if it's taking too long to render it just stops. This is great for email in the preview panel so it doesn't "hang" the app while browsing email. But terrible if you want to print. So I've bumped the default max paint time to 350ms (from 250) and also defaulted it to 5000ms for printing. It's still possible that some super complex / long HTML document will take longer than that... but it's a reasonable start.
    Large amounts of Bayesian filter processing doesn't lock the user interface up anymore. It's pushed into a queue that gets processed with a progress bar. You can even cancel it.
    Updated the Emoji images to have more resolution and the more recently added characters.
    Fixed the mail.bodyashtml parsing. You can configure the reply/forward formats to use that instead of bodyastext to keep the HTML formatting. Well at least the part of the formatting that the HTML edit control supports. Which is far from everything. But things like colours, font sizes/weights etc are. Things like tables and advanced formatting are not.
    Fixed forwarded attachments so they keep their content ID and charset when copied into the new email. This means that HTML images for instance will work in forwarded email or replies. (Ie when using bodyashtml in the reply/forward format).
    Fixed Emoji being inserted at the default character size (from the source image: 32px) in the HTML editor. Now they match the current font size.
    The multi-threading of IMAP loading and saving has create a bug where you move an email into a folder that hasn't loaded, it overwrites it's internal state such that it doesn't remember any previous email. This should now be fixed. However if you do see this in previous versions, right click on the folder and "refresh" gets you back to a good state.
    Fixed the IMAP thread trying to select the "(null)" folder.
    Fixed a crash in the POP3 code. IDK how that managed to survive this long without me seeing it. Maybe cause I use IMAP pretty much full time.
    Updated the OpenSSL library linkage to the current version: v3.0.1, which is now also the minimum version required. This specifically fixes the windows build to work with the latest OpenSSL. You will have to update to OpenSSL v3.0.1 on Windows.
    Window: fixed a crash when a drag and drop operation gets stuck waiting for an IMAP email to load and the user initiates a second drag.
    Also while IMAP objects are waiting to load (say for an export or dnd operation) a dialog pops up showing the user that the application is busy.

[close]

http://www.memecode.com/scribe.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tutanota 3.96.6.72
« Antwort #1396 am: 20 Mai, 2022, 06:30 »
Try a versatile, affordable, multi-platform, and open-source email client that has a strong focus on security and allows you to encrypt your emails on all devices.

GPLv3  /  Freemium

Changelog

    What's new:

    Update electron #4140
    Remove RSA signing code and tests for it #4084
    Add Belarusian language #4004
    Only store required/desired data in offline cache #3992
    Offline login process #3888
    Offline indicator #3815

    Bugfixes:

    Title in agenda view is hard to understand. Thanks to @Jlll1 for this one! #3564
    Canceling subscription downgrade does not work #4180
    On mobile platforms, the offline indicator gets rendered next to the injected view #4178
    Search does not work in offline #4168
    Retry button in mail list breaks if pressed before reconnect #4165
    [offline] User doesn't get updated in cache when downgrading #4162
    If premium user downgrade to free, the timerange is not reset #4159
    Signup doesn't work #4156
    Free user gets same time range for offline data as premium user when using same dektop client #4155
    Add spam rule dialog regression #4152
    Offline login fails for saved credentials that already have offline storage enabled #4150
    Mobile offline indicator might not fit all text #4148
    Unexpected clipping/margin for folder column in mobile view #4147
    Websocket might try to reconnect before being logged in #4143
    [offline] database is not closed if you only do partial login #4116
    MailBody doesn't show when loading a partially cleared list #4079
    Update operations (e.g. marking email unread) fail with error offline because we can't encrypt entities #4078
    Fix out of sync handling #4067
    Missleading message in shared calendar #3762

[close]

https://tutanota.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tutanota 3.96.7.79
« Antwort #1397 am: 26 Mai, 2022, 09:50 »
Changelog


    What's new:

    Add Belarusian language

    Bugfixes:

    Signup doesn't work
    Add spam rule dialog regression
    Mobile offline indicator might not fit all text
    Unexpected clipping/margin for folder column in mobile view
    [offline] database is not closed if you only do partial login
    Update operations (e.g. marking email unread) fail with error offline because we can't encrypt entities
    Fix out of sync handling
    Missleading message in shared calendar
    Title in agenda view is hard to understand

[close]

https://tutanota.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PopMan 1.3.13
« Antwort #1398 am: 27 Mai, 2022, 10:20 »
PopMan is a POP3 and IMAP4 client that can be used to preview all emails received on your incoming mail server. Unwanted emails can be deleted directly from the server without having to load these emails completely (it is possiblr to use rules or blacklists). You can also use PopMan to check your email accounts in the background and notify you when new emails arrive.

License:  Freeware

Whats new:>>

Support for GMail with Google Sign-In (OAuth2)

http://www.ch-software.de/popman/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
DreamMail 6.6.2.7
« Antwort #1399 am: 27 Mai, 2022, 20:50 »
DreamMail is a skinnable email client. It supports email templates, anti-spam filter, Webmail support (Yahoo Mail and Hotmail) and advanced mail search. It is also able to function as a RSS feed reader.

License: Freeware

http://www.dreammail.eu/intl/de/home.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tutanota 3.96.11.85
« Antwort #1400 am: 01 Juni, 2022, 09:40 »
Changelog


    What's new:

    Rewrite bubble text fields #4101
    retry with another node in case of internal server error #4200
    Change attributes of components to not accept streams #4043
    Remove indexer debug logger #3934

    Bugfixes:

    Calendar agenda view all day event rendering bug #4121

[close]

https://tutanota.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PopMan 1.3.14
« Antwort #1401 am: 01 Juni, 2022, 18:50 »
Whats new:>>

    Added support for more Chinese charset encodings
    Use Google Sign-in Branding for "Sign in with Google" button
    Updated translation for Italien

http://www.ch-software.de/popman/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tutanota 3.96.12.86
« Antwort #1402 am: 03 Juni, 2022, 06:45 »
Whats new:>>

    Bugfixes:

    Captcha input is broken #4255
    Race condition when inserting ranges #4248
    Uncaught Error: AssertNotNull failed in SelectSuggestion #4246

https://tutanota.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tutanota 3.96.13.89
« Antwort #1403 am: 07 Juni, 2022, 18:50 »
Whats new:>>

    Bugfixes:

Cannot enter vat number #4258
Catch-all custom domain settings are not applied. #4257

https://tutanota.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tutanota 3.98.0.90
« Antwort #1404 am: 16 Juni, 2022, 05:20 »
Whats new:>>

Adapt gift cards to multi-purpose gift card #4206

Bugfixes:

Accessing more that 250 invoices is not possible #4139
Declined event invitations still end up in calendar #4023

https://tutanota.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Howard Email Notifier 1.96
« Antwort #1405 am: 18 Juni, 2022, 08:50 »
Mit Howard werden neue Mails in der Taskleiste angezeigt, gleichzeitig kann auch ein Sound abgespielt werden. Unterstützt wird outlook.com, mail.google.com, mail.yahoo.com, e.mail.ru, IBM / Lotus Notes, mail.virgilio.it and zoho.com .

Freeware

Whats new: >>

Yandex login detection working again, Linkedin logout fixed, Chrome existing Tab detection working again

http://www.the-sz.com/products/howard/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tutanota 3.98.1
« Antwort #1406 am: 24 Juni, 2022, 20:20 »
Whats new:>>

Small bugfixes and improvements

https://tutanota.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PopMan 1.3.15
« Antwort #1407 am: 27 Juni, 2022, 12:48 »
Whats new:>>

    Add POP3 support for GMail OAuth 2
    Improve performance of message loading
    Show error message when Google sign in fails because of failed browser launch
    Hint to missing Admin priviliges when Google sign in fails
    Break long header line when printing message
    Updated translation for Italian
    Updated translation for Hungarian

http://www.ch-software.de/popman/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tutanota 3.98.4.94
« Antwort #1408 am: 29 Juni, 2022, 09:40 »
Whats new:>>

Export user list action #4260

Bugfixes:

Passwords aren't filled-in when replying to confidential emails #4267
Calendar events are not being displayed correctly. #4262
No indicator that credentials are stored for external inboxes #4185
"retry" doesn't load failed inline images #4146
Calendar invite emails trigger white background #3851

https://tutanota.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
i.Scribe 3.0 x64 Beta
« Antwort #1409 am: 02 Juli, 2022, 20:40 »
Changelog

    Removed all propriety code, like the OAUTH client secrets and anything related to InScribe keys or i.Scribe limits.
    Set up a mercurial repository to host the source: https://phab.mallen.id.au/source/scribeopensrc/
    The windows build is switching to vs2019, and there will be some changes to the way the redistributable is installed if missing.

    Scripting:

    New callback type: OnAfterMailReceive(App, Email).
    New App object method: App.GetUri(Uri, CallbackName, UserData).
    New App object method: App.SearchHtml(Html, SearchExpression, ResultExpression).
    New Mail object method: Mail.SearchHtml(SearchExpression, ResultExpression).
    Fixed handling in some contexts of expressions that use array arguments.
    New Mail object method: Mail.DeleteAsSpam(). Fairly self explanatory.
    Imap server UID field now sorts in integer order (instead of the default string).
    Pop preview button in the tool bar now honours the order of accounts listed in the options. It'll preview the first pop3 account. If you want to change the default make the desired pop account first in the list with the arrows in the options dialog.
    When an email is marked as spam, the UID is stored in the account for deletion on the next POP3 connection. However if the user elects to open the preview window and change the action from "delete" to "download" the software previously would still just delete the email. Which is just incorrect. Now it removes that email's UID from the spam list and allows it to download normally. While fixing that I also made change to the spam UID list save correctly by marking the list as dirty.
    Added entity encoding for less than and greater than characters when wrapping and quoting HTML replies/forwards so that the HTML edit control displays them correctly.
    Fixed the set read/unread on the mail context menu.
    Html editor: Added right click on URL to launch in Browser.

[close]

http://www.memecode.com/scribe.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )