OpenNTF. FileSendr. Need to send a 500MB file to somebody but their email gateway is rejecting it because it's too big? 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. fileSendr, the file transfer solution for your company.
NOTE : V1.2.0.1 IS AN UPDATED VERSION TESTED AND WORKING ON DOMINO 8.5.2 FP2. 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). 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. Changes version 4.1. OpenLog. LotusScript Gold Collection. This is not a complete application, but a toolkit of reusable LotusScript libraries that can be included in your applications. 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): [*] CAPIWrapper: supports calls to various popular Notes C API functions without worrying about what OS you're running on. [*] NotesGroupManager: makes it easy to scan and manage group memberships in public and private address books, including groups with subgroups. [*] AttachmentAdder: adds file attachments (and images) to documents and rich text items. [*] ReportGenerator: a tool to make it easier to create rich-text reports (including tables), which also tries to intelligently maximize the extent to which line breaks are used as opposed to paragraph breaks, so that there are fewer paragraphs (which is more efficient).
NSFAnalyzer. NSFAnalyzer is a developer's tool designed to help you find code dependencies and to assist you with refactoring. You can scan single or multiple databases on remote domino servers or your local machine. NSFAnalyzer will find any code: JavaScript HTML CSS @Formula LotusScript Java Selective replication formulas, code inside actions, agents, button code, etc. Database script, hide/when formulas, etc, etc, etc. I have two versions available in the Downloads/ Releases section. Example of usage: You are assigned to a new application and need to enhance an existing design.
Verified in R5.x, R6.x, R7.x, R8.x Note: If you are installing a newer version of this product, go to Control Panel and remove the existing installed version before you install the new version. Web Widget Library. Planet Lotus. Twitter. Lotus Notes Email Export | Tech[niques] Great script. 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: subj = FindReplace(subj, “:”, “-”) subj = FindReplace(subj, “/”, “-”) subj = FindReplace(subj, “\”, “-”) subj = FindReplace(subj, “*”, “-”) subj = FindReplace(subj, “?”
, “-”) subj = FindReplace(subj, “”"”, “-”) subj = FindReplace(subj, “”, “-”) subj = FindReplace(subj, “|”, “-”) I also wanted the date and time in the file name that is created, so I changed the OUTFILENAME assigment to: 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? 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. Attachments are stored inside the message as MIME encoded attachments. The only problem I have had is with email sent from MAC, which I assume is due to the encoding used. Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.
There are just two parts to this. This form has just two fields. The LotusScript code below should be copied into an agent. We have had lots of responses about this tip, with many users stating that there are too many line breaks in the code for it to work. You should open the attached file and do the following: 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.