Wykres commitów

109 Commity (master)

Autor SHA1 Wiadomość Data
Lucian Pricop 3112ba558c
Update README.md
A few updates to wording
2022-06-29 13:42:57 +03:00
Lucian Pricop 60be75778a
Merge pull request #25 from oneWaveAdrian/add-2fa-hint
docs: adds 2fa hint
2022-06-29 13:35:50 +03:00
Lucian Pricop a26a55fa71
Merge pull request #26 from oneWaveAdrian/18-fix-lowercase
fix: #18 correct username to lowercase
2022-06-29 13:34:45 +03:00
Lucian Pricop e5fdd628ac
Merge branch 'master' into 18-fix-lowercase 2022-06-29 13:34:39 +03:00
Lucian Pricop b26b47cf5d
Merge pull request #27 from oneWaveAdrian/add-duedate
feat: adds optional duedate to card
2022-06-29 13:33:03 +03:00
Adrian Missy be2177b068 feat: adds optional duedate to card
Signed-off-by: Adrian Missy <adrian.missy@onewavestudios.com>
2022-05-26 16:21:05 -05:00
Adrian Missy 7189ce34c5 refac: undo formatting 2022-05-26 16:07:44 -05:00
Adrian Missy 0ac19c37f0 fix: #18 correct username to lowercase 2022-05-26 16:01:58 -05:00
Adrian Missy c31da47a60 docs: adds 2fa hint
Signed-off-by: Adrian Missy <adrian.missy@onewavestudios.com>
2022-05-26 15:54:29 -05:00
Alex Puiu 99ee5403e0 fixes 2022-05-19 11:47:30 +03:00
Alex Puiu 2ed824c91e Solve bug when emails were marked for deletion but not added to deck 2022-05-19 11:16:03 +03:00
Alex Puiu 395d9ed512 Delete mail after processing and use psr-4 for autoload. fixes #17 2022-05-17 11:52:56 +03:00
Lucian Pricop a809d456cd Merge branch 'master' of github.com:newroco/mail2deck 2022-05-12 13:37:33 +03:00
Lucian Pricop 64e29f9ce6 Removing config.php from repository to prevent overwrite of local when pulling 2022-05-12 13:36:42 +03:00
Alexe Puiu 2f78d0b52c
Update .gitignore 2022-05-12 12:14:58 +03:00
Lucian Pricop c65b6975c4 Better wording in reply mail 2022-05-12 12:07:34 +03:00
Lucian Pricop 1f1973fd7f
Merge pull request #22 from matbgn/master
Add possibility to specify user via mail subject "u-" + Add basic Docker implementation
2022-05-11 14:01:12 +03:00
Lucian Pricop e14a83dfcd
Merge pull request #21 from kidhab/patch-1
Add check for MIME encoded messages
2022-05-11 13:53:24 +03:00
Lucian Pricop 4cebb38577
Merge pull request #19 from mokkin/patch-2
change terminology / remove slash
2022-05-11 13:52:14 +03:00
Lucian Pricop 5c60208eb0 Merge branch 'master' of github.com:newroco/mail2deck
# Conflicts:
#	config.php
2022-05-11 13:51:26 +03:00
Lucian Pricop 91c70d52d0 Merge branch 'mokkin-patch-1' 2022-05-11 13:48:20 +03:00
matbgn 19df5823a9 Simplify null check on variables based on PR feedback 2022-05-07 15:05:15 +02:00
matbgn 05107a26e1 Small fixes based on PR feedbacks 2022-05-07 15:00:24 +02:00
matbgn d3355cc56b Create basic documentation for user assignee 2022-04-29 13:21:43 +02:00
matbgn 2d0bfb5b70 Basic implementation of Dockerfile + fix mail used if userId differ from original sender 2022-04-29 13:13:48 +02:00
matbgn 127b61addf Add possibility to specify user via mail subject "u-" 2022-04-28 20:45:43 +02:00
Alex Puiu 7eafb95fcd convert to MD only if needed 2022-04-13 14:15:58 +03:00
Alex Puiu 4c3f68a52c Convert HTML description to MD 2022-04-13 13:31:54 +03:00
kidhab f84b5c5f09
Add check for MIME encoded messages
As far as I understand MIME-encoded message can be broken down into parts based upon its contents. While most mail programs add the plain text part as the first part this is not true for all programs. In fact mail2deck couldn't import the body when processing certain plain text mails with attachments - because the plain text part wasn't  at position 1.1.

With this fix imap_fetchbody requests sub-part 1 of part 1 and, if it is empty/ non-existent, it requests part 1.
2022-04-11 20:19:59 +02:00
mokkin 7811396752
change terminology / remove slash
* change terminology to "card" instead of "issue" as in other deck contexts
* remove slash in file path, otherwise it leads to a doube slash
2022-03-29 10:59:05 +02:00
Alexe Puiu 82c869f6ba
Merge pull request #16 from kidhab/master
Add setting to disable mail notifications
2022-03-04 12:33:03 +02:00
kidhab 73703981eb Add setting to disable mail notifications 2022-03-04 11:28:32 +01:00
Alex Puiu 3ac5b2785e Use 'reply_to' attribute instead of 'from' to reply & assign sender. 2022-02-17 13:27:00 +02:00
Alexe Puiu 49bd797057
Update README.md 2022-02-17 08:08:48 +02:00
Alex Puiu c728e97165 Improvements for encoded description. 2022-02-11 13:37:20 +02:00
Alex Puiu fa3d1eace0 Better way to handle encoded description 2022-02-11 11:49:49 +02:00
Alex Puiu dfe2a048d3 Decode description if needed. 2022-02-11 10:27:23 +02:00
Alex Puiu 6f798eb6bd Add card to the top - update 2022-02-10 17:29:56 +02:00
Alex Puiu 99cb30dd9e Add card to the top 2022-02-10 17:17:53 +02:00
Alex Puiu 99b26c4bab Modify function to be accessible in lower versions of php. 2022-02-10 16:24:29 +02:00
Alex Puiu 5b025184a0 update README.md 2022-02-10 14:50:46 +02:00
Alex Puiu bed78e5333 update README.md 2022-02-10 14:29:00 +02:00
Alex Puiu 05aaaefae7 find board from mail address if has multiple words. 2022-02-08 16:59:33 +02:00
Alex Puiu 08e8b51cc7 reply with correct mail server address. 2022-02-08 15:06:13 +02:00
Alex Puiu 27e908f2c3 remove attachments from directory if card was not created. 2022-02-08 14:19:12 +02:00
Alex Puiu 8d42b8c6d3 inform sender if card was not created. 2022-02-08 13:34:16 +02:00
Alex Puiu 698c513b8b
Update README.md 2022-02-04 16:44:11 +02:00
Alex Puiu 34a8cd8438 set board by email address delimiter (+). 2022-02-04 16:41:37 +02:00
Alex Puiu e616ebfffb reply to sender with newly created card, fixes #13 2022-02-04 14:57:16 +02:00
Alex Puiu 77f99de5bb Assign user to newly created card if has NC account. 2022-02-04 10:46:44 +02:00