Grammar change in the license declaration.
[citadel.git] / webcit-ng / static / js / view_mail.js
2024-01-03 Art CancroGrammar change in the license declaration.
2023-12-20 Art CancroMore template literals.
2023-12-20 Art CancroI really like template literals.
2023-12-20 Art CancroTuned up the CSS on more banner buttons
2023-12-18 Art CancroWhen forwarding an email, pre-load its attachments.
2023-12-14 Art Cancroview_mail.js: don't list attachments in a quote or...
2023-12-13 Art Cancroview_mail.js: more improvements to mail forwarding
2023-12-13 Art CancroKeep the "Attachments:" button updated.
2023-12-07 Art Cancroview_mail.js: removed the is_quoted parameter.
2023-12-06 Art Cancroview_mail.js: fixed handling of references field
2023-11-30 Art CancroConverting recipient arrays to recipient strings:
2023-11-29 Art CancroFixing the parameters sent to the mail composer.
2023-11-29 Art Cancroview_mail.js: make the Forward button appear.
2023-11-29 Art Cancro"make cc/bcc visible" now makes BOTH visible.
2023-11-21 Art CancroFocus on "To:" for new messages, body for replies.
2023-11-21 Art Cancromail view: focus the cursor in the correct place when...
2023-11-21 Art CancroOnly attempt to insert quote when replying to mail.
2023-11-21 Art Cancroupload.js: when removing an attachment, delete the div
2023-11-06 Art CancroQuoted-printable encode HTML messages on the WebCit...
2023-10-11 Art Cancrodeactivate_uploads() hides the window.
2023-10-11 Art Cancrobroken: attachments window cannot be a child of the...
2023-09-30 Art Cancroupload.js: moved these functions into own file.
2023-09-27 Art Cancrouploads: return uploaded file info to caller
2023-09-27 Art Cancroupload.c: more progress on returning values
2023-09-26 Art Cancroview_mail.js: throbber and "Processing dropped files...
2023-09-26 Art Cancroview_mail.js: make the function names more consistent...
2023-09-26 Art CancroSimplify the upload dialog.
2023-09-26 Art Cancroview_mail.js: move upload dialog from ctdl_big_modal...
2023-09-26 Art Cancroupload.c: stub function for accepting uploads
2023-09-25 Art Cancroview_mail.js: more progress on upload dialog
2023-09-24 Art CancroImproving my template-literal-fu
2023-09-24 Art Cancroview_mail.js: convert ugly syntax to heredocs
2023-09-24 Art CancroClose attachments window on Cancel
2023-09-23 Art Cancroview_mail.js: show/hide attachments screen, added title...
2023-09-19 Art CancroAttachment download links target to _blank
2023-09-19 Art CancroAttachments now download with the appropriate filename.
2023-09-19 Art Cancroview_mail.js: better display of attachment links; attac...
2023-08-02 Art Cancrobegan work on enumerating attachments in the mail view
2023-07-07 Art Cancroview_mail.js: set variables to local scope
2023-07-07 Art CancroCarry list of divs being moved in drag and drop
2023-07-05 Art Cancroview_mail.js: handle drag of row that was not selected.
2023-07-04 Art CancroRemoved some tests that I tried and are no longer needed
2023-07-04 Art Cancromail_folder_list.js: DROP target is working in Brave...
2023-07-03 Art Cancromail_folder_list.js: accept hover and drop events
2023-06-30 Art CancroClean up the working drag code
2023-06-29 Art CancroCustom draggable with mail envelope and number of messa...
2023-06-29 Art Cancroview_mail.js: set custom drag element
2023-06-28 Art CancroChanged mouse events to deal with drag
2023-06-28 Art Cancroview_mail.js: add helper function for select/deselect
2023-03-13 Art CancroActivate mouse-up events on rooms in the mail folder...
2023-03-13 Art CancroMailbox view: delete operation moves message to trash...
2023-03-13 Art CancroWhen a message is deleted in a mailbox room, move it...
2023-01-26 Art CancroUse delete_dispatcher() as intended
2022-12-28 Art CancroFinished the delete-mail code.
2022-12-28 Art CancroImplement all calling functionality for Delete
2022-12-27 Art CancroDetect "delete" key press
2022-12-27 Art Cancrooptimize previous commit
2022-12-27 Art CancroHandle null pointer correctly
2022-12-26 Art CancroMulti select is now working with mailbox refresh.
2022-12-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/var...
2022-12-26 Art CancroImplement multiselect in mailbox
2022-12-05 Art CancroModify mailbox view to prepare for multi select
2022-11-23 Art Cancrowebcit-ng uses biff notifications now
2022-11-23 Art CancroMAKE WAY FOR BIFF in webcit-ng
2022-11-19 Art CancroConsistent calling syntax for view renderers
2022-11-19 Art CancroThis is one way to notify about new mail
2022-11-19 Art CancroColored left-borders on blockquotes for the win
2022-11-19 Art CancroInclude email address in mail display for local users...
2022-11-19 Art CancroRemoved TWO WHOLE EMPTY LINES!
2022-11-11 Art CancroMAKE K&R CODING STYLE GREAT AGAIN!
2022-11-09 Art Cancrovariables in proper scope
2022-11-09 Art CancroVariables in proper scope
2022-11-09 Art CancroSending now works because HTML entities are unescaped...
2022-11-09 Art Cancrowar on old style
2022-11-06 Art CancroMake the CC: line appear if there is already something...
2022-11-06 Art CancroMore logic for To: and Cc: in reply-all
2022-11-05 Art CancroRename msgnum to quoted_msgnum to make its purpose...
2022-11-03 Art CancroDisplay To: and Cc: properly
2022-11-03 Art Cancro"rcpt" and "cccc" fields are now delivered as json...
2022-10-26 Art Cancro"Reply" works. "Reply-All" needs more work.
2022-10-26 Art CancroPass the subject to the reply
2022-10-26 Art Cancroto, cc, subject in mail_compose()
2022-10-26 Art CancroThe icon for "Send message" is now a paper airplane...
2022-10-21 Art Cancroreply quote works now
2022-10-20 Art Cancroget ready for quoted messages
2022-10-20 Art CancroSending mail now works.
2022-10-19 Art CancroSending mail to the server (needs some more work)
2022-10-19 Art Cancrocancel button works :)
2022-10-17 Art CancroIndent blockquotes by 1em
2022-10-17 Art CancroCC/BCC button in To: line makes the CC: and BCC: lines...
2022-10-16 Art CancroMore style work on the mail composition window
2022-10-12 Art CancroDon't show a focus border on contenteditable items
2022-10-12 Art CancroMake the 'Write mail' button disappear when we're alrea...
2022-10-12 Art CancroInitial layout of mail compose screen.
2022-10-05 Art CancroBegan working on the screen layout for compose mail
2022-10-04 Art Cancromore style changes to the mailbox message list
2022-09-15 Art CancroConsolidated all renderings of a user profile picture...
2022-09-10 Art CancroMoved some of the banner and sidebar items around
2022-09-09 Art CancroRemove the console log of the address render. It works...
2022-09-09 Art CancroMoved render_msg_author() into a different file
next