background preloader

Work

Facebook Twitter

OpenNTF. FileSendr. Need to send a 500MB file to somebody but their email gateway is rejecting it because it's too big?

fileSendr

Can't figure out how to use an FTP site to get the file to them? FileSendr is the solution for you. With fileSendr you upload your big attachments to the fileSendr web interface and then use it to send an email message to your recipient that contains a link to download the file. The link is valid for a set number of days and after that the file is removed from the system saving you disk space by not having it stored in a users sent box. fileSendr is similar to services provided by YouSendIt or SendThisFile however you host it on your own systems giving the administrator tighter control over how long files are available and without the costly enterprise plans you would need to use external services.

DominoDefrag. Overview DominoDefrag v4.1 is an open source solution comprising of a R9.0+ C API Lotus Domino server task (DominoDefrag.exe) and a R9.0+ Lotus Domino server XPages mail-in database called the DominoDefrag Administrator (DominoDefragAdmin.nsf – relies on Domino 8.5.3 Upgrade Pack 1 and above controls).

DominoDefrag

The task uses "contig.exe" (v1.7) to defrag R6x + Domino databases on all 32bit and 64bit Windows 2003/ 2008/ 2012 server versions and will also defrag a full-text index associated with a Notes database and the Domino server’s transaction log and DAOS files. When DominoDefrag_EnterpriseSupport=1 (on), the output is recorded to CSV files and sent to the DominoDefrag Administrator for processing attached to a summary email. DominoDefrag Administrator v4.1 database has a new Dojo tabbed container interface replacing the previous One UI v2.1. This Claro themed interface provides enhanced grids with pagination capability provided by the “ccDojoGrid_JSON” custom control. OpenLog. LotusScript Gold Collection. This is not a complete application, but a toolkit of reusable LotusScript libraries that can be included in your applications.

LotusScript Gold Collection

There may also be any required supporting design elements (subform used in dialog, etc), and sample code to show how the functions in the script libraries are invoked. Included in the latest release (1.3): NSFAnalyzer. NSFAnalyzer is a developer's tool designed to help you find code dependencies and to assist you with refactoring.

NSFAnalyzer

You can scan single or multiple databases on remote domino servers or your local machine. NSFAnalyzer will find any code: Web Widget Library. Planet Lotus. Twitter. Lotus Notes Email Export. Great script.

Lotus Notes Email Export

I had to make a couple of tweaks. Since certain characters are not allowed in file names, I created the following Function: Function Findreplace(Byval wholestring As Variant, find As String, ireplace As String) As String checkstring=wholestring saveleft=”" While Instr(1, checkstring, find) 0 n=Instr(1, checkstring, find) leftstring = Left(checkstring, n-1) rightstring = Right (checkstring, Len(checkstring)-n-Len(find)+1) saveleft=saveleft+leftstring+ireplace checkstring=rightstring Wend FindReplace=saveleft+checkstring End Function Then after subj is populated, I added the following:

Exporting email from Lotus Notes to .EML messages. Have you ever wanted to store your email in a file system, but still be able to keep the whole context of the email together?

Exporting email from Lotus Notes to .EML messages

This tip will enable you to extract individual mail items and store them in a file system. The file created can be read directly from Microsoft Outlook and keeps all the internal integrity. Notes Domino FAQ: Exporting email from Lotus Notes to .EML messages - Mail, Notes Domino FAQ: Exporting email from Lotus Notes to .EML messages - Export. OpenNTF.org - Open Source Community for Lotus Notes Domino.