mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-27 02:06:00 +03:00
[GH-ISSUE #23] [Question] How to add attachments? #24
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kabouik on GitHub (Jan 29, 2020).
Original GitHub issue: https://github.com/d99kris/nmail/issues/23
Originally assigned to: @d99kris on GitHub.
I have tried opening nmail from a folder containing the target files, and just adding one file name in the attachment field, but then the attached file was 0B when I checked the the recipient email account. Full path did not work either, so obviously I am missing something.
Also, what is the separator,
,or;?Sorry if I missed some instructions on that aspect.
@d99kris commented on GitHub (Jan 29, 2020):
Both relative path (e.g. just filename when starting nmail in same dir) and absolute path should work. The separator is
,. I probably need to document this properly somewhere.Perhaps it would be good for
nmailto support a file selection dialog, similar to how one can select recipients from the address book.@d99kris commented on GitHub (Jan 29, 2020):
I reported #24 for a feature request to support a file selection dialog.
@Kabouik commented on GitHub (Jan 29, 2020):
That would be awesome, the address book is quite nice I must say. It would be great if it could support entering absolute or relative paths to list files in other folders than
pwd.Now I don't know what failed on my end. I'll try again when sending
log.txtfor #22.On Jan 29 2020, at 3:42 pm, Kristofer Berggren notifications@github.com wrote:
@d99kris commented on GitHub (Jan 29, 2020):
Ok sounds good. If you still face the issue, it would be great if you could share the
log.txtwhen trying to send an attached a file. I realize you might need to use a different email client to actually send the log file to me, for time being.@d99kris commented on GitHub (Feb 8, 2020):
I've documented how to add attachments in the README.md file now. Perhaps you could help report a new Github issue if you encounter any concrete bug. Thanks!