set subfolder in node-red mail module - email

I start playing with node-red and want to try the node-red mail module. Connection to INBOX is fine.
Now I want to select a other folder. In my mail account every folder is a subfolder of INBOX, but if I entered INBOX/folder node-red crashed and I have to change the flows.json to start the server again.
If I only enter the folder name I have still the same problem. I got the error message "Error: No mailbox is currently selected"

Simple as possible. You have to set a . between folder, so it looks like INBOX.folder.

Related

Thunderbird: Your message was sent but a copy was not placed in your sent folder

So I've been getting this error using Thunderbird with my Gmail account when trying to send emails:
Thunderbird: Your message was sent but a copy was not placed in your sent folder (Sent) due to network or file access errors. You can retry or save the message locally to Local Folders/Sent-
This is actually happening with all my Mail accounts and not just Thunderbird...
Things I have tried:
I changed the connection security on server settings from STARTTLS to SSL/TLS.
I tried changing THUNDERBIRD preferences editor security.tls.version.min from 3 to 1
Both didn't seem to work for me. Anyone have the same problem and found a solution to this?
Help menu -> turn troubleshoot mode on
this will disable all your addons and restart thunderbird in troubleshoot mode on.
This solved my problem.
go to settings /passwords/ note both SMTP and IMAP passwords , delete the registered passwords, restart Thunderbird enter the password again IMAP, then create a message Send it , it will prompt for SMTP password, enter it. That's it, it worked for me
I just reconfigured "Copies & Folders"
When sending messages, automatically:
Place a copy in:
(and selected "Sent" Folder on:)
Previously "Other" was selected (and worked just fine...)
This happened from one day to the other, with no update from Thunderbird... this is very very strange!

Outlook Office 365 IMAP Folder not syncing with server

I have tried moving a folder from one mail address to another.
Both mail addresses are accessed using IMAP through 1and1.
I am running Office 365 version 15.0.4787.1002
I have added both account to outlook (info#domain1.uk and info#domain2.uk)
Now I have then dragged across the folder structrue from info#domain1.uk to info#domain2.uk.
This simply copied across the folder structure and none of the emails. So I then manually dragged all email files across to each relevent folder as well.
Now, locally in my outlook all the emails are in the correct place. However, to test i logged into the 1and1 webmail portal.
Now the emails have been removed from the first account but do not appear in the second account?
Am I missing something here to tell the account to sync the newly created folder?
Hi Seeing this on some clients , some where i fond a fix ,
basically on 1and1 you have a send items and sent messages folders and outlook just picks one of them ...
what i did was logon to 1and1 web mail pick sent message and create a sub folder "thisone" then in outlook re-sync see it shows up. if not your syncing the sent item folder, if it does its the sent messages folder , on 1and1 move all emails to the right folder . witch will the sync to outlook
hope this helps
g...

Squirrelmail autoforwarding incoming mails

I want to make squirrelmail automatically forward every email that I receive without having to login and do it myself. I have have found 2 plugins from the site but none of them seem to be working (autoresponder, local_autorespond_forward)
I tried to do that by myself straight from the code but the messages are decoded.I am new to squirrelmail so I would like some help please. It is installed in a ubuntu server.
This is the problem i get with autoresponder
There was a problem connecting to your FTP server: "cannot log in to localhost". Please contact your support department.
Local_autorespond_forward plugin does not show any option when i go change its properties from the options.
Thanks

"Source property was not set before writing to the event log."

One user of a Application is getting the Error "Source property was not set before writing to the event log." when the user uploads a file. Other users of the same application are not getting this Error when they upload a file. What could be the possible reasons?
If you are developing your application on Dotnet Framkework-
Are you creating a event Source as below in your code.
VBCode
EventLog.CreateEventSource("ApplicationError","MyApp")
Running the application as an administrator user fixed this issue for me. The user that was running the application did not have rights to write to the error log.

Mail Not Sending from My Server

I am having issues sending mail from my server, when I type in phpinfo() I get this:
Mail: /var/spool/mail/frank
...
_ENV["MAIL"]: /var/spool/mail/frank
The php file that I'm using the Mail function in is owned by Apache and has 775 permissions. Inside /var/spool/mail there is no apache file, but there is a file for every other user on the box. Do I need to change the php.ini? Or can I add in an apache file (perhaps duplicate the frank file and then rename)?
Any advice can help!
/var/spool/mail is where incoming unread mail is stored. There would be an 'apache' file only if the apache account has received mail.
Have you looked inside the MTA's log (usually /var/log/maillog) to see what's going on? If PHP's properly sending mail, there should be an entry in there for the mail being en-queued and what happened when the MTA (postfix/sendmail/exim/etc...) tries to forward it onwards.