Das Forum rund um DVB am PC, Handy und Tablet
Neuigkeiten:
Anzeigen der neuesten Beiträge
Übersicht
Forum
Hilfe
Einloggen
Registrieren
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
E-Mail Clients/Server & Tools diverses ...
« vorheriges
nächstes »
Drucken
Seiten:
1
...
45
46
47
48
49
[
50
]
51
52
53
54
55
...
103
Nach unten
Autor
Thema: E-Mail Clients/Server & Tools diverses ... (Gelesen 143795 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
MailWasher Free 7.8.10
«
Antwort #735 am:
14 August, 2016, 18:15 »
MailWasher bietet in der Free-Version Unterstützung für 1 Mailkonto.
Eingehende Mails können als Preview vor dem Runterladen gelesen werden und natürlich auch direkt auf dem Server gelöscht werden. Gegen Spam gibt es einen lernfähigen Filter, sowie Black- und White-Listen. Ebenfalls interessant ist die Möglichkeit, bounce-Meldungen an die Absender zu versenden.
Einen Vergleich der beiden Versionen, sowie eine Übersicht der Funktionen findet man auf der Herstellerseite.
Whats new:>>
• Fix for possible crash on check and wash mail
www.mailwasher.net
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
NK2Edit 3.25
«
Antwort #736 am:
15 August, 2016, 18:00 »
NK2Edit edits the "auto-complete" entries in Microsoft Outlook. Auto-complete is a useful feature to automatically suggest items based on the first few letters of the recipient, but over time can gather invalid or unwanted contacts. The name comes from the .N2K file extension Outlook saves this email list to.
A 64-bit version (only for using with Outlook 2010 64-bit) is available.
License: Free for personal use
Whats new:>>
Added 'Import From Message Store' option under the File menu, which loads the AutoComplete data directly from the message store (PST file or Exchange server) of the current Outlook profile. (This option is the opposite of 'Export To Message Store')
You can now use the /LogFile command-line option without any other command (For creating a log file while using the GUI)
http://www.nirsoft.net/utils/outlook_nk2_edit.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
i.Scribe 2.1 Beta 13
«
Antwort #737 am:
16 August, 2016, 12:15 »
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
[Mac] Fixed controls showing in the closed panels on the mail window.
[Mac] Fixed the buttons being bold, and thus not matching the system look.
Rewrote the GnuPG support for v2.1. The user interface code is entirely new and much easier to use. The back end now support proper MIME trees in both IMAP and Mail3 storage. So the client now creates correct MIME messages that include the right root node MIME type. The whole message including attachments is encrypted as a RFC822 stream rather than just the body in v2.0. The feature has meant removing the flat format mail envelope used to pass data to the SMTP library. This is a fairly significant change and I except some things might break temporarily. The new code uses the existing GMime library (used elsewhere, like the IMAP back end) to encode the object tree into a RFC822 message which is then passed to the SMTP code.
The Mail3 back end now only stores the internet headers of a mail message in the root MIME segment instead of duplicating it in the mail object itself. This reduces the storage overhead of a message. I won't remove the DB field in the mail table just yet, I'll wait to piggy back that on some other schema change. The field will just be saved as empty for the moment. The IMAP back end already does this so I felt it was a fairly safe change.
I re-did the layout of the mail properties window. Moving the check boxes into 2 columns. I've also added an inspect button which opens an inspection window that has 3 columns. The first shows the tree of objects in the back end (A Mail root node, and then a hierarchy of MIME segments under that). Clicking on any of the nodes in the tree shows a list of fields in the middle column, and clicking on those fields shows the actual value in the 3rd column. I don't know why I didn't do this earlier, saves me guessing what data is in the mail object tree. Might be useful for script writers or debugging in general.
Added the inspect option to the context menu of an email.
Removed the File -> Plugins window, which is no longer needed for anything. Also some behind the scenes threading for loading the plugins in the background.
Implemented special case lossless storage of RFC822 messages in the mail3 back end for signed messages. Currently the MIME segments are decoded and stored in binary blobs per attachment. Because the original MIME encoding is lost in that process any attached signature can't be checked. So I have created a special case for signed messages where they are stored in a single record, the headers and the original RFC822 body are untouched. Then at run time, when the message is loaded, an extra step to parse the MIME into the normal tree of segments is added. So it appears to the UI levels as if nothing has changed. However it is a little slower for signed messages, and takes a bit more memory. Such is life.
Fixed the mail headers display getting smaller vertically than it should when resizing the preview panel in the main window.
Fixed HTML elements with "display: none" contributing to table layout in the HTML control. This fixes the "To:" addresses getting all squished up in a thin column in the mail preview headers when there are large (hidden) mime types to display in the right hand column.
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Blat 3.2.16
«
Antwort #738 am:
17 August, 2016, 20:15 »
Blat is a Public Domain console utility that sends the contents of a file in an e-mail message using the SMTP protocol. It is useful for creating scripts where mail has to be sent automatically (CGI, backups, etc.), or just as a quick way to send a file or message quickly from the command line. It will store relevant configuration details in the registry for ease of use. Optionally, it can also attach multiple binary files to your message.
Open Source
https://sourceforge.net/projects/blat
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
OutlookStatView v2.06
«
Antwort #739 am:
19 August, 2016, 10:30 »
OutlookStatView scans your Outlook mailbox, and display a general statistics about the users that you communicate via emails. For each user/email, the following information is displayed: The number of outgoing messages that you sent to the user (separated by to/cc/bcc), the number of incoming message that the user sent to you, the total size of messages sent by the user, the email client software used by this user, and the time range that you send/received emails with the specified user.
A 64-bit version (only for use with Outlook 2010 64-bit) is available.
License: Freeware
What's new: >>
Added 'Save All' option.
http://www.nirsoft.net/utils/outlook_statistics.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
FossaMail 25.2.3
«
Antwort #740 am:
20 August, 2016, 19:00 »
Mit FossaMail haben die Macher von PaleMoon ein auf Thunderbird aufgesetztes Mailprogramm erstellt, welches als 32- und 64-bit Version zur Verfügung steht. Sollte Thunderbird bereits verwendet werden, wird von FossaMail das existierende Profil genutzt, so das man sich mit der Einrichtung nicht aufhalten muss.
Release Notes
This is a security and stability release, updating the client's back-end to Pale Moon 25-LTS 25.9.5.
This incorporates all relevant core security/stability updates from the latest Pale Moon version.
This version also changes the default setting for the "condstore" (IMAP conditional store) to have it disabled, since there are some implementation issues on servers and clients that cause discrepancies which prevent proper flagging of newly arrived mail. Condstore also does not offer a way to track removed messages, which is a serious problem and has caused confusion for a number of users.
[close]
http://www.fossamail.org/
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Mailbird 2.3.27.0
«
Antwort #741 am:
24 August, 2016, 20:45 »
Mailbird connects all your favorite email, calendar, task, and messaging apps into one.
Mailbird Features:
Multi-account (Supports IMAP & POP3)
Complete touch support
Integrated messaging apps
Integrated task management apps
Unified Email Inbox
Supports 17 languages
Integrated calendar apps
Customization (Colors & layout)
Freeware
Changeog
Added new referral design.
Added option to download update automatically.
Added ability to add multiple contacts when not found in referral.
Improved general stability.
Updated folder mapping to properly select the iCloud 'Sent Messages' folder, over a possible 'Sent Items' folder created by Outlook.
Fixed issue that prevent dragging main window.
Fixed scroll get reset when doing inline reply.
Fixed highlight issue in some buttons in options window.
Fixed issue where each draft save would cause a new version to be uploaded to the server, instead of overwriting the existing one, for Charter.net users.
Fixed issue with duplicate accounts being able to be imported into Mailbird due to different email case, subsequently causing crashing on startup.
Fixed issue where Houston error window would open behind the main window.
Fixed random startup crash.
Fixed issue with previewing email.
Fixed issue with printing.
Fixed rare issue with Yahoo where folders sometimes wouldn't update - sometimes causing Mailbird to incorrectly report authentication failed.
Apps: Added navigation bar and bookmarks in Chrome app.
[close]
http://www.getmailbird.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
MailEnable Standard 9.17
«
Antwort #742 am:
25 August, 2016, 17:00 »
MailEnable Standard Edition provides robust SMTP, POP3 and web mail services for Microsoft Windows servers. Simple to install, with powerful administration software means that your mail server will be up and running quickly.
Freeware
Release Notes
FIX: XXE vulnerability in administration program when fetching RSS feed. Thanks to Dawid Golunski (
http://legalhackers.com
) for the discovery.
FIX: Emails with mixed base64 and plain text content in the one MIME boundary is now visible
FIX: Webmail was not updating attendee acceptance for an appointment if the attendee line was folded
FIX: Webmail would stop sorting folder by from address when it parsed an email that did not have one
IMP: ICS download for calendar item now returns returns as UTF-8 rather than encoding as quoted printable
[close]
http://www.mailenable.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Phoenix Mail2016 v. 20160828
«
Antwort #743 am:
28 August, 2016, 13:15 »
Phoenix Mail 2016 ist ein kleiner eMail-Client welches unter anderem folgende Funktionen bietet:
- Mehrere Postfächer möglich
- Mehrere Ordner pro Postfach
- Signaturenmanager
- Backupfunktion
- Anlagen werden gezippt
- Ein Virenscanner kann eingebunden werden
- AutoUpdate
- Mail können vor dem Runterladen überprüft und ggf. gleich auf dem Server gelöscht werden.
Das erstellen von HTML-Mails wird nicht unterstützt, solche Mails können aber trotzdem gelesen werden.
Durch Plugins kann Phoenix erweitert werden.
Unterstützt wird Windows ab 2000.
Was ist neu:>>
NEU: "Anlage(n) umbenennen..." (falls die Mehl editierbar ist).
NEU: "Anlagen zippen und hinzufügen..." umschaltbar auf 7z-Archive (dazu wird die beiliegende 7za.DLL benötigt).
Fehler im Kontextmenü der Ordnerübersicht für "Zip4PM von hier..." korrigiert, das 7zippen funktionierte nicht richtig.
Der Postfach-Manager kann jetzt teilweise auch 7zippen (update_ie.u4u).
7z-Archive sind ca. 20% kleiner als ZIP-Archive (dafür dauert das Erzeugen auch deutlich länger.)
http://www.rr4u.de/
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
OutlookAttachView 2.95
«
Antwort #744 am:
01 September, 2016, 14:21 »
OutlookAttachView scans all messages stored in your Outlook, and displays the list of all attached files that it finds. You can easily select one or more attachments and save all of them into the desired folder, as well as you can delete unwanted large attachments that take too much disk space in your mailbox. You can also save the list of attachments into xml/html/text/csv file.
Freeware
Whats new: >>
Fixed bug: OutlookAttachView crashed when using the find option while the last item was selected.
http://www.nirsoft.net/utils/outlook_attachment.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
i.Scribe 2.1 Beta 15
«
Antwort #745 am:
06 September, 2016, 22:00 »
Changelog
Beta15:
GnuPG: Added implementation for the "Attach my public key" option.
Fixed some table layout issues.
Fixed the behaviour of moving objects between different backend stores. The old behaviour wrote the object to the new mail store, and immediately deleted the old object. If the write failed you'd lose the object altogether. Now it writes the object to the new store, waits for the successful "OnNew" event to come back and THEN deletes the old object. The worst case is you have 2 copies of the object instead of none.
The mail window now has tabs for both plain text and HTML. You can switch back and forth to see the different versions of the body. It will obviously select the default alternative according to the appearance option. The tab's text will bold when there is content on that tab. Just like the Attachments tab. If the mail window is opened in edit mode the default tab is the selected editor. At the moment there isn't a functional rich edit control, so there is a message to that effect on the HTML tab in edit mode.
Added user submitted Ukrainian translation.
Fixed renaming system folders (Inbox/Outbox etc) causing lots of "(MailStoreName)/(FolderName)" appearing on each the software is started.
[Linux] Added auto-creation of scribe.desktop file to allow the application icon to show up in the window manager. This may not show the icon until the 2nd time you start Scribe.
[Linux] Added support for loading shared objects that only exist with the ".0" post-fix. This fixes loading PNG toolbars in Ubuntu16. Is it just me or should dlopen("libpng12.so") just work? Obviously not *sigh*.
[Windows] Fixed the elevated permissions updater failing to install files the install folder due to random unicode characters on the end of the file names.
Beta14:
Restored the lost code that set the reply/bounce flag after sending an email, that broke in Beta13.
Fixed 2 emails appearing in the sent folder after sending. (Pre-conditions: user hasn't clicked on Send folder in this session, Send folder is initially empty).
[Linux] Added the call to create dom.txt to the installer generation script.
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
i.Scribe 2.1 Beta 16
«
Antwort #746 am:
08 September, 2016, 19:30 »
Changelog
Fixed the import of an MBOX file to a folders. Previously it would create a single blank email.
[Windows] converted the export of a folder to an MBOX file to a more standard file copy from the view point of the user. (There was a reason I didn't do this earlier, it's much harder than it looks)
Re-implemented the way images are resized when attached to email to avoid crashes. If there are still images being resized when the user closes the window, tries to send the email or save and close a warning message appears in list of panels with a Cancel button. Once the images are resized the original request action is taken. I've also added a right click menu to the attachment itself to manually kick off a resize.
Fixed IMAP root folders not remembering their expanded setting from the last session.
Aspell language installs now work even if a dictionary was previously selected in the options. For the install to function correctly the "lang" config in Aspell needs to be an actual language (e.g. "en" for english) rather than a dictionary (e.g. "en_GB"). The install now explicitly sets "lang" to the base language.
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
MailEnable Standard 9.18
«
Antwort #747 am:
12 September, 2016, 12:19 »
Release Notes
FIX: Services did not allow for a large number for bindings (other than specifying to bind to all IP addresses)
FIX: CardDAV would not correctly decode contacts containing extended characters (It would not correctly convert from 2.1 to 3.0 format)
FIX: CalDAV would not correctly apply recurrence rules (and would sometimes include both the COUNT= and UNTIL= fields)
FIX: Saving file containing extended characters to server storage would generate an Internal server error.
FIX: Forwarding a message would retain some of the original message headers
FIX: WebAdmin will now generate diagnostic report using the config directory as its scratch directory
FIX: Notification filtering actions in admin program were showing the notification details as the actioninstead of the notification description
FIX: Admin program would produce error if you created mailbox when filtering mailbox list
[close]
http://www.mailenable.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Gdow 2 2016.0912
«
Antwort #748 am:
13 September, 2016, 22:10 »
Gdow 2 is a free Gmail notifier with shareware "on the fly" inbox management capabilities. Gdow 2 uses atom feed parsing for notification and simplified Gdow 2007 engine to connect and interact with Gmail account. For now interaction includes basic "on the fly" actions : delete, spam and archive.
Freeware
Latest Changes
- Solved : login error due to new Gmail to stage login procedure
http://dowdow.free.fr/gdow2.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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
i.Scribe 2.1 Beta 17
«
Antwort #749 am:
17 September, 2016, 16:00 »
Changelog
Fixed the Aspell data path to point to the right location ([ScribeInstall]/Aspell/data) for desktop installs.
If an Aspell dictionary fails to install Scribe now deletes the partially created dictionary folder. This allows for a clean re-install of the dictionary later. Better to either have a complete install or none, rather than leave it half finished.
Fixed an error in decompressing bz2 archives that would cause some dictionaries to error out during installation.
Fairly major rewrite of the replication engine to not use a separate thread. The backend and UI API's aren't particularly thread safe, so it was a recipe for crashes. The implementation now uses messages and a stack of outstanding operations than need completing. This cause the UI to lag a bit while the copy is running but it hopefully will be more stable in the long run.
Tree control rendering now uses iterators which will hopefully make it more resilient to crashes.
The on drop folder code now uses the correct verb (move/copy) in the dialog asking whether the user wants a sub-folder or not.
Made the replication (folder copy) progress dialog always on top.
Fixed a crash when deleting an IMAP folder.
Fixed sub-folders missing in the folder tree after a folder copy between different mail stores. They would appear after a restart of the software previously.
Changed the way mail/calendar/etc windows are closed before shutdown. Made it much simpler and hopefully less likely to crash.
Fixed a crash when re-sending an email.
Fixed email with blank bodies display the previous email's content in the preview pane.
IMAP accounts are now available as source and destinations in the replication dialog.
[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 )
Drucken
Seiten:
1
...
45
46
47
48
49
[
50
]
51
52
53
54
55
...
103
Nach oben
« vorheriges
nächstes »
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
E-Mail Clients/Server & Tools diverses ...